Html Css Color HEX #884C00 Saddle Brown

📋 copy color: '#884C00'

red 136 ◦ green 76 ◦ blue 0

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

Shades of Saddle Brown #884C00

Tints of Saddle Brown #884C00

RGB

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

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

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

R = 64.15%
G = 35.85%
B = 0%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#884C00 (or 0x884C00) is known color: Saddle Brown. HEX triplet: 88, 4C and 00. RGB value is (136,76,0). Sum of RGB (Red+Green+Blue) = 136+76+0=212 (28% of max value = 765). Red value is 136 (53.52% from 255 or 64.15% from 212); Green value is 76 (30.08% from 255 or 35.85% from 212); Blue value is 0 (0.39% from 255 or 0% from 212); Max value from RGB is 136 - color contains mainly: red. Hex color #884C00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884C00 is #77B3FF. Grayscale: #555555. Windows color (decimal): -7844864 or 19592. OLE color: 19592.

HSL color Cylindrical-coordinate representation of color #884C00: hue angle of 33.53º 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 #884C00 is Cyan = 0, Magento = 0.44, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 76 0 -
CMYK 0 0.44 1 0.47
HSL 33.53º 1% 0.27% -
HSV(B) 33.53º 1% 0.53% -
XYZ 12.74 10.4 1.34 -
YUV 85.28 79.88 164.18 -
System Red Green Blue C M Y K H S L
Decimal 136 76 0 0 0.44 1 0.47 33.53 1 0.27
Hex 88 4C 0 0 2C 64 2F 22 64 1B
Octal 210 114 0 0 54 144 57 42 144 33
Binary 10001000 1001100 0 0 101100 1100100 101111 100010 1100100 11011

Color Harmonies of #884C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884C00

Black with #884C00

Text Example


Text Example

White with #884C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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