Html Css Color HEX #882900 Saddle Brown

📋 copy color: '#882900'

red 136 ◦ green 41 ◦ blue 0

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

Shades of Saddle Brown #882900

Tints of Saddle Brown #882900

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.16%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 76.84%
G = 23.16%
B = 0%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#882900 (or 0x882900) is known color: Saddle Brown. HEX triplet: 88, 29 and 00. RGB value is (136,41,0). Sum of RGB (Red+Green+Blue) = 136+41+0=177 (23% of max value = 765). Red value is 136 (53.52% from 255 or 76.84% from 177); Green value is 41 (16.41% from 255 or 23.16% from 177); Blue value is 0 (0.39% from 255 or 0% from 177); Max value from RGB is 136 - color contains mainly: red. Hex color #882900 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882900 is #77D6FF. Grayscale: #404040. Windows color (decimal): -7853824 or 10632. OLE color: 10632.

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

Color convert

RGB 136 41 0 -
CMYK 0 0.70 1 0.47
HSL 18.09º 1% 0.27% -
HSV(B) 18.09º 1% 0.53% -
XYZ 10.95 6.82 0.74 -
YUV 64.73 91.47 178.83 -
System Red Green Blue C M Y K H S L
Decimal 136 41 0 0 0.70 1 0.47 18.09 1 0.27
Hex 88 29 0 0 46 64 2F 12 64 1B
Octal 210 51 0 0 106 144 57 22 144 33
Binary 10001000 101001 0 0 1000110 1100100 101111 10010 1100100 11011

Color Harmonies of #882900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882900

Black with #882900

Text Example


Text Example

White with #882900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882900; }

 p { color: rgb(136,41,0); }

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

background-color css

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

 a { background-color: rgb(136,41,0); }

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

border-color css

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

 span { border-color: rgb(136,41,0); }

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