Html Css Color HEX #8C3508 Saddle Brown

📋 copy color: '#8C3508'

red 140 ◦ green 53 ◦ blue 8

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

Shades of Saddle Brown #8C3508

Tints of Saddle Brown #8C3508

RGB

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

 GREEN value IS 53 (21.09% from 255) = 26.37%

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

R = 69.65%
G = 26.37%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.94

 K value IS 0.45

RGB Variations

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

Color information

#8C3508 (or 0x8C3508) is known color: Saddle Brown. HEX triplet: 8C, 35 and 08. RGB value is (140,53,8). Sum of RGB (Red+Green+Blue) = 140+53+8=201 (26% of max value = 765). Red value is 140 (55.08% from 255 or 69.65% from 201); Green value is 53 (21.09% from 255 or 26.37% from 201); Blue value is 8 (3.52% from 255 or 3.98% from 201); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3508 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C3508 is #73CAF7. Grayscale: #4A4A4A. Windows color (decimal): -7588600 or 537996. OLE color: 537996.

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

Color convert

RGB 140 53 8 -
CMYK 0 0.62 0.94 0.45
HSL 20.45º 0.89% 0.29% -
HSV(B) 20.45º 0.94% 0.55% -
XYZ 12.13 8.14 1.16 -
YUV 73.88 90.82 175.16 -
System Red Green Blue C M Y K H S L
Decimal 140 53 8 0 0.62 0.94 0.45 20.45 0.89 0.29
Hex 8C 35 8 0 3E 5E 2D 14 59 1D
Octal 214 65 10 0 76 136 55 24 131 35
Binary 10001100 110101 1000 0 111110 1011110 101101 10100 1011001 11101

Color Harmonies of #8C3508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3508

Black with #8C3508

Text Example


Text Example

White with #8C3508

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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