Html Css Color HEX #884C0F Saddle Brown

📋 copy color: '#884C0F'

red 136 ◦ green 76 ◦ blue 15

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

Shades of Saddle Brown #884C0F

Tints of Saddle Brown #884C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.61%

R = 59.91%
G = 33.48%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#884C0F (or 0x884C0F) is known color: Saddle Brown. HEX triplet: 88, 4C and 0F. RGB value is (136,76,15). Sum of RGB (Red+Green+Blue) = 136+76+15=227 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.91% from 227); Green value is 76 (30.08% from 255 or 33.48% from 227); Blue value is 15 (6.25% from 255 or 6.61% from 227); Max value from RGB is 136 - color contains mainly: red. Hex color #884C0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884C0F is #77B3F0. Grayscale: #575757. Windows color (decimal): -7844849 or 1002632. OLE color: 1002632.

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

Color convert

RGB 136 76 15 -
CMYK 0 0.44 0.89 0.47
HSL 30.25º 0.8% 0.3% -
HSV(B) 30.25º 0.89% 0.53% -
XYZ 12.82 10.44 1.79 -
YUV 86.99 87.38 162.96 -
System Red Green Blue C M Y K H S L
Decimal 136 76 15 0 0.44 0.89 0.47 30.25 0.8 0.3
Hex 88 4C F 0 2C 59 2F 1E 50 1E
Octal 210 114 17 0 54 131 57 36 120 36
Binary 10001000 1001100 1111 0 101100 1011001 101111 11110 1010000 11110

Color Harmonies of #884C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884C0F

Black with #884C0F

Text Example


Text Example

White with #884C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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