Html Css Color HEX #8C5004 Saddle Brown

📋 copy color: '#8C5004'

red 140 ◦ green 80 ◦ blue 4

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

Shades of Saddle Brown #8C5004

Tints of Saddle Brown #8C5004

RGB

 RED value IS 140 (55.08% from 255) = 62.5%

 GREEN value IS 80 (31.64% from 255) = 35.71%

 BLUE value IS 4 (1.95% from 255) = 1.79%

R = 62.5%
G = 35.71%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.97

 K value IS 0.45

RGB Variations

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

Color information

#8C5004 (or 0x8C5004) is known color: Saddle Brown. HEX triplet: 8C, 50 and 04. RGB value is (140,80,4). Sum of RGB (Red+Green+Blue) = 140+80+4=224 (29% of max value = 765). Red value is 140 (55.08% from 255 or 62.5% from 224); Green value is 80 (31.64% from 255 or 35.71% from 224); Blue value is 4 (1.95% from 255 or 1.79% from 224); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5004 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C5004 is #73AFFB. Grayscale: #595959. Windows color (decimal): -7581692 or 282764. OLE color: 282764.

HSL color Cylindrical-coordinate representation of color #8C5004: hue angle of 33.53º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8C5004 is Cyan = 0, Magento = 0.43, Yellow = 0.97 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 80 4 -
CMYK 0 0.43 0.97 0.45
HSL 33.53º 0.94% 0.28% -
HSV(B) 33.53º 0.97% 0.55% -
XYZ 13.71 11.32 1.58 -
YUV 89.28 79.88 164.18 -
System Red Green Blue C M Y K H S L
Decimal 140 80 4 0 0.43 0.97 0.45 33.53 0.94 0.28
Hex 8C 50 4 0 2B 61 2D 22 5E 1C
Octal 214 120 4 0 53 141 55 42 136 34
Binary 10001100 1010000 100 0 101011 1100001 101101 100010 1011110 11100

Color Harmonies of #8C5004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5004

Black with #8C5004

Text Example


Text Example

White with #8C5004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C5004; }

 p { color: rgb(140,80,4); }

 H1.HeaderClassName
 {
   color: #8C5004;
 }
 .AnyTagClassName
 {
   color: #8C5004;
 }
</style>

background-color css

<style>
 a { background-color: #8C5004; }

 a { background-color: rgb(140,80,4); }

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

border-color css

<style>
 span { border-color: #8C5004; }

 span { border-color: rgb(140,80,4); }

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