Html Css Color HEX #884C0B Saddle Brown

📋 copy color: '#884C0B'

red 136 ◦ green 76 ◦ blue 11

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

Shades of Saddle Brown #884C0B

Tints of Saddle Brown #884C0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.93%

R = 60.99%
G = 34.08%
B = 4.93%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.92

 K value IS 0.47

RGB Variations

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

Color information

#884C0B (or 0x884C0B) is known color: Saddle Brown. HEX triplet: 88, 4C and 0B. RGB value is (136,76,11). Sum of RGB (Red+Green+Blue) = 136+76+11=223 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.99% from 223); Green value is 76 (30.08% from 255 or 34.08% from 223); Blue value is 11 (4.69% from 255 or 4.93% from 223); Max value from RGB is 136 - color contains mainly: red. Hex color #884C0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884C0B is #77B3F4. Grayscale: #565656. Windows color (decimal): -7844853 or 740488. OLE color: 740488.

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

Color convert

RGB 136 76 11 -
CMYK 0 0.44 0.92 0.47
HSL 31.2º 0.85% 0.29% -
HSV(B) 31.2º 0.92% 0.53% -
XYZ 12.8 10.43 1.65 -
YUV 86.53 85.38 163.29 -
System Red Green Blue C M Y K H S L
Decimal 136 76 11 0 0.44 0.92 0.47 31.2 0.85 0.29
Hex 88 4C B 0 2C 5C 2F 1F 55 1D
Octal 210 114 13 0 54 134 57 37 125 35
Binary 10001000 1001100 1011 0 101100 1011100 101111 11111 1010101 11101

Color Harmonies of #884C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884C0B

Black with #884C0B

Text Example


Text Example

White with #884C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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