Html Css Color HEX #8C4D04 Saddle Brown

📋 copy color: '#8C4D04'

red 140 ◦ green 77 ◦ blue 4

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

Shades of Saddle Brown #8C4D04

Tints of Saddle Brown #8C4D04

RGB

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

 GREEN value IS 77 (30.47% from 255) = 34.84%

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

R = 63.35%
G = 34.84%
B = 1.81%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.97

 K value IS 0.45

RGB Variations

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

Color information

#8C4D04 (or 0x8C4D04) is known color: Saddle Brown. HEX triplet: 8C, 4D and 04. RGB value is (140,77,4). Sum of RGB (Red+Green+Blue) = 140+77+4=221 (29% of max value = 765). Red value is 140 (55.08% from 255 or 63.35% from 221); Green value is 77 (30.47% from 255 or 34.84% from 221); Blue value is 4 (1.95% from 255 or 1.81% from 221); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4D04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C4D04 is #73B2FB. Grayscale: #575757. Windows color (decimal): -7582460 or 281996. OLE color: 281996.

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

Color convert

RGB 140 77 4 -
CMYK 0 0.45 0.97 0.45
HSL 32.21º 0.94% 0.28% -
HSV(B) 32.21º 0.97% 0.55% -
XYZ 13.49 10.89 1.51 -
YUV 87.52 80.87 165.44 -
System Red Green Blue C M Y K H S L
Decimal 140 77 4 0 0.45 0.97 0.45 32.21 0.94 0.28
Hex 8C 4D 4 0 2D 61 2D 20 5E 1C
Octal 214 115 4 0 55 141 55 40 136 34
Binary 10001100 1001101 100 0 101101 1100001 101101 100000 1011110 11100

Color Harmonies of #8C4D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4D04

Black with #8C4D04

Text Example


Text Example

White with #8C4D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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