Html Css Color HEX #8C3908 Saddle Brown

📋 copy color: '#8C3908'

red 140 ◦ green 57 ◦ blue 8

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

Shades of Saddle Brown #8C3908

Tints of Saddle Brown #8C3908

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.8%

 BLUE value IS 8 (3.52% from 255) = 3.9%

R = 68.29%
G = 27.8%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.94

 K value IS 0.45

RGB Variations

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

Color information

#8C3908 (or 0x8C3908) is known color: Saddle Brown. HEX triplet: 8C, 39 and 08. RGB value is (140,57,8). Sum of RGB (Red+Green+Blue) = 140+57+8=205 (27% of max value = 765). Red value is 140 (55.08% from 255 or 68.29% from 205); Green value is 57 (22.66% from 255 or 27.80% from 205); Blue value is 8 (3.52% from 255 or 3.90% from 205); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3908 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C3908 is #73C6F7. Grayscale: #4C4C4C. Windows color (decimal): -7587576 or 539020. OLE color: 539020.

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

Color convert

RGB 140 57 8 -
CMYK 0 0.59 0.94 0.45
HSL 22.27º 0.89% 0.29% -
HSV(B) 22.27º 0.94% 0.55% -
XYZ 12.32 8.52 1.22 -
YUV 76.23 89.5 173.48 -
System Red Green Blue C M Y K H S L
Decimal 140 57 8 0 0.59 0.94 0.45 22.27 0.89 0.29
Hex 8C 39 8 0 3B 5E 2D 16 59 1D
Octal 214 71 10 0 73 136 55 26 131 35
Binary 10001100 111001 1000 0 111011 1011110 101101 10110 1011001 11101

Color Harmonies of #8C3908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3908

Black with #8C3908

Text Example


Text Example

White with #8C3908

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,57,8); }

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

background-color css

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

 a { background-color: rgb(140,57,8); }

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

border-color css

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

 span { border-color: rgb(140,57,8); }

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