Html Css Color HEX #882D02 Saddle Brown

📋 copy color: '#882D02'

red 136 ◦ green 45 ◦ blue 2

#882D02
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saddle Brown #882D02

Tints of Saddle Brown #882D02

RGB

 RED value IS 136 (53.52% from 255) = 74.32%

 GREEN value IS 45 (17.97% from 255) = 24.59%

 BLUE value IS 2 (1.17% from 255) = 1.09%

R = 74.32%
G = 24.59%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.99

 K value IS 0.47

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#882D02 (or 0x882D02) is known color: Saddle Brown. HEX triplet: 88, 2D and 02. RGB value is (136,45,2). Sum of RGB (Red+Green+Blue) = 136+45+2=183 (24% of max value = 765). Red value is 136 (53.52% from 255 or 74.32% from 183); Green value is 45 (17.97% from 255 or 24.59% from 183); Blue value is 2 (1.17% from 255 or 1.09% from 183); Max value from RGB is 136 - color contains mainly: red. Hex color #882D02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882D02 is #77D2FD. Grayscale: #434343. Windows color (decimal): -7852798 or 142728. OLE color: 142728.

HSL color Cylindrical-coordinate representation of color #882D02: hue angle of 19.25º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #882D02 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 45 2 -
CMYK 0 0.67 0.99 0.47
HSL 19.25º 0.97% 0.27% -
HSV(B) 19.25º 0.99% 0.53% -
XYZ 11.1 7.12 0.85 -
YUV 67.31 91.15 177 -
System Red Green Blue C M Y K H S L
Decimal 136 45 2 0 0.67 0.99 0.47 19.25 0.97 0.27
Hex 88 2D 2 0 43 63 2F 13 61 1B
Octal 210 55 2 0 103 143 57 23 141 33
Binary 10001000 101101 10 0 1000011 1100011 101111 10011 1100001 11011

Color Harmonies of #882D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882D02

Black with #882D02

Text Example


Text Example

White with #882D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882D02; }

 p { color: rgb(136,45,2); }

 H1.HeaderClassName
 {
   color: #882D02;
 }
 .AnyTagClassName
 {
   color: #882D02;
 }
</style>

background-color css

<style>
 a { background-color: #882D02; }

 a { background-color: rgb(136,45,2); }

 div.DivClassName
 {
   background-color: #882D02;
 }
 .BgClassName
 {
   background-color: #882D02;
 }
</style>

border-color css

<style>
 span { border-color: #882D02; }

 span { border-color: rgb(136,45,2); }

 td.TdClassName
 {
   border-color: #882D02;
 }
 .TagClassName
 {
   border-color: #882D02;
 }
</style>