Html Css Color HEX #884C18 Saddle Brown

📋 copy color: '#884C18'

red 136 ◦ green 76 ◦ blue 24

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

Shades of Saddle Brown #884C18

Tints of Saddle Brown #884C18

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.2%

 BLUE value IS 24 (9.77% from 255) = 10.17%

R = 57.63%
G = 32.2%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#884C18 (or 0x884C18) is known color: Saddle Brown. HEX triplet: 88, 4C and 18. RGB value is (136,76,24). Sum of RGB (Red+Green+Blue) = 136+76+24=236 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.63% from 236); Green value is 76 (30.08% from 255 or 32.20% from 236); Blue value is 24 (9.77% from 255 or 10.17% from 236); Max value from RGB is 136 - color contains mainly: red. Hex color #884C18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884C18 is #77B3E7. Grayscale: #585858. Windows color (decimal): -7844840 or 1592456. OLE color: 1592456.

HSL color Cylindrical-coordinate representation of color #884C18: hue angle of 27.86º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #884C18 is Cyan = 0, Magento = 0.44, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 76 24 -
CMYK 0 0.44 0.82 0.47
HSL 27.86º 0.7% 0.31% -
HSV(B) 27.86º 0.82% 0.53% -
XYZ 12.9 10.47 2.2 -
YUV 88.01 91.88 162.23 -
System Red Green Blue C M Y K H S L
Decimal 136 76 24 0 0.44 0.82 0.47 27.86 0.7 0.31
Hex 88 4C 18 0 2C 52 2F 1C 46 1F
Octal 210 114 30 0 54 122 57 34 106 37
Binary 10001000 1001100 11000 0 101100 1010010 101111 11100 1000110 11111

Color Harmonies of #884C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884C18

Black with #884C18

Text Example


Text Example

White with #884C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884C18; }

 p { color: rgb(136,76,24); }

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

background-color css

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

 a { background-color: rgb(136,76,24); }

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

border-color css

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

 span { border-color: rgb(136,76,24); }

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