Html Css Color HEX #8C4204 Saddle Brown

📋 copy color: '#8C4204'

red 140 ◦ green 66 ◦ blue 4

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

Shades of Saddle Brown #8C4204

Tints of Saddle Brown #8C4204

RGB

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

 GREEN value IS 66 (26.17% from 255) = 31.43%

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

R = 66.67%
G = 31.43%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.97

 K value IS 0.45

RGB Variations

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

Color information

#8C4204 (or 0x8C4204) is known color: Saddle Brown. HEX triplet: 8C, 42 and 04. RGB value is (140,66,4). Sum of RGB (Red+Green+Blue) = 140+66+4=210 (27% of max value = 765). Red value is 140 (55.08% from 255 or 66.67% from 210); Green value is 66 (26.17% from 255 or 31.43% from 210); Blue value is 4 (1.95% from 255 or 1.90% from 210); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4204 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C4204 is #73BDFB. Grayscale: #515151. Windows color (decimal): -7585276 or 279180. OLE color: 279180.

HSL color Cylindrical-coordinate representation of color #8C4204: hue angle of 27.35º 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 #8C4204 is Cyan = 0, Magento = 0.53, Yellow = 0.97 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 66 4 -
CMYK 0 0.53 0.97 0.45
HSL 27.35º 0.94% 0.28% -
HSV(B) 27.35º 0.97% 0.55% -
XYZ 12.79 9.48 1.27 -
YUV 81.06 84.52 170.04 -
System Red Green Blue C M Y K H S L
Decimal 140 66 4 0 0.53 0.97 0.45 27.35 0.94 0.28
Hex 8C 42 4 0 35 61 2D 1B 5E 1C
Octal 214 102 4 0 65 141 55 33 136 34
Binary 10001100 1000010 100 0 110101 1100001 101101 11011 1011110 11100

Color Harmonies of #8C4204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4204

Black with #8C4204

Text Example


Text Example

White with #8C4204

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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