Html Css Color HEX #884F0F Saddle Brown

📋 copy color: '#884F0F'

red 136 ◦ green 79 ◦ blue 15

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

Shades of Saddle Brown #884F0F

Tints of Saddle Brown #884F0F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 34.35%

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

R = 59.13%
G = 34.35%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#884F0F (or 0x884F0F) is known color: Saddle Brown. HEX triplet: 88, 4F and 0F. RGB value is (136,79,15). Sum of RGB (Red+Green+Blue) = 136+79+15=230 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.13% from 230); Green value is 79 (31.25% from 255 or 34.35% from 230); Blue value is 15 (6.25% from 255 or 6.52% from 230); Max value from RGB is 136 - color contains mainly: red. Hex color #884F0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #884F0F is #77B0F0. Grayscale: #595959. Windows color (decimal): -7844081 or 1003400. OLE color: 1003400.

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

Color convert

RGB 136 79 15 -
CMYK 0 0.42 0.89 0.47
HSL 31.74º 0.8% 0.3% -
HSV(B) 31.74º 0.89% 0.53% -
XYZ 13.04 10.86 1.86 -
YUV 88.75 86.38 161.7 -
System Red Green Blue C M Y K H S L
Decimal 136 79 15 0 0.42 0.89 0.47 31.74 0.8 0.3
Hex 88 4F F 0 2A 59 2F 20 50 1E
Octal 210 117 17 0 52 131 57 40 120 36
Binary 10001000 1001111 1111 0 101010 1011001 101111 100000 1010000 11110

Color Harmonies of #884F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884F0F

Black with #884F0F

Text Example


Text Example

White with #884F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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