Html Css Color HEX #8C3604 Saddle Brown

📋 copy color: '#8C3604'

red 140 ◦ green 54 ◦ blue 4

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

Shades of Saddle Brown #8C3604

Tints of Saddle Brown #8C3604

RGB

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

 GREEN value IS 54 (21.48% from 255) = 27.27%

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

R = 70.71%
G = 27.27%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.97

 K value IS 0.45

RGB Variations

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

Color information

#8C3604 (or 0x8C3604) is known color: Saddle Brown. HEX triplet: 8C, 36 and 04. RGB value is (140,54,4). Sum of RGB (Red+Green+Blue) = 140+54+4=198 (26% of max value = 765). Red value is 140 (55.08% from 255 or 70.71% from 198); Green value is 54 (21.48% from 255 or 27.27% from 198); Blue value is 4 (1.95% from 255 or 2.02% from 198); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3604 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C3604 is #73C9FB. Grayscale: #4A4A4A. Windows color (decimal): -7588348 or 276108. OLE color: 276108.

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

Color convert

RGB 140 54 4 -
CMYK 0 0.61 0.97 0.45
HSL 22.06º 0.94% 0.28% -
HSV(B) 22.06º 0.97% 0.55% -
XYZ 12.16 8.22 1.06 -
YUV 74.01 88.49 175.07 -
System Red Green Blue C M Y K H S L
Decimal 140 54 4 0 0.61 0.97 0.45 22.06 0.94 0.28
Hex 8C 36 4 0 3D 61 2D 16 5E 1C
Octal 214 66 4 0 75 141 55 26 136 34
Binary 10001100 110110 100 0 111101 1100001 101101 10110 1011110 11100

Color Harmonies of #8C3604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3604

Black with #8C3604

Text Example


Text Example

White with #8C3604

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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