Html Css Color HEX #8C4F04 Saddle Brown

📋 copy color: '#8C4F04'

red 140 ◦ green 79 ◦ blue 4

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

Shades of Saddle Brown #8C4F04

Tints of Saddle Brown #8C4F04

RGB

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

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

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

R = 62.78%
G = 35.43%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.97

 K value IS 0.45

RGB Variations

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

Color information

#8C4F04 (or 0x8C4F04) is known color: Saddle Brown. HEX triplet: 8C, 4F and 04. RGB value is (140,79,4). Sum of RGB (Red+Green+Blue) = 140+79+4=223 (29% of max value = 765). Red value is 140 (55.08% from 255 or 62.78% from 223); Green value is 79 (31.25% from 255 or 35.43% from 223); Blue value is 4 (1.95% from 255 or 1.79% from 223); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4F04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C4F04 is #73B0FB. Grayscale: #595959. Windows color (decimal): -7581948 or 282508. OLE color: 282508.

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

Color convert

RGB 140 79 4 -
CMYK 0 0.44 0.97 0.45
HSL 33.09º 0.94% 0.28% -
HSV(B) 33.09º 0.97% 0.55% -
XYZ 13.63 11.18 1.55 -
YUV 88.69 80.21 164.6 -
System Red Green Blue C M Y K H S L
Decimal 140 79 4 0 0.44 0.97 0.45 33.09 0.94 0.28
Hex 8C 4F 4 0 2C 61 2D 21 5E 1C
Octal 214 117 4 0 54 141 55 41 136 34
Binary 10001100 1001111 100 0 101100 1100001 101101 100001 1011110 11100

Color Harmonies of #8C4F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4F04

Black with #8C4F04

Text Example


Text Example

White with #8C4F04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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