Html Css Color HEX #8C4511 Saddle Brown

📋 copy color: '#8C4511'

red 140 ◦ green 69 ◦ blue 17

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

Shades of Saddle Brown #8C4511

Tints of Saddle Brown #8C4511

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30.53%

 BLUE value IS 17 (7.03% from 255) = 7.52%

R = 61.95%
G = 30.53%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.88

 K value IS 0.45

RGB Variations

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

Color information

#8C4511 (or 0x8C4511) is known color: Saddle Brown. HEX triplet: 8C, 45 and 11. RGB value is (140,69,17). Sum of RGB (Red+Green+Blue) = 140+69+17=226 (29% of max value = 765). Red value is 140 (55.08% from 255 or 61.95% from 226); Green value is 69 (27.34% from 255 or 30.53% from 226); Blue value is 17 (7.03% from 255 or 7.52% from 226); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4511 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C4511 is #73BAEE. Grayscale: #545454. Windows color (decimal): -7584495 or 1131916. OLE color: 1131916.

HSL color Cylindrical-coordinate representation of color #8C4511: hue angle of 25.37º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8C4511 is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 69 17 -
CMYK 0 0.51 0.88 0.45
HSL 25.37º 0.78% 0.31% -
HSV(B) 25.37º 0.88% 0.55% -
XYZ 13.04 9.87 1.75 -
YUV 84.3 90.02 167.73 -
System Red Green Blue C M Y K H S L
Decimal 140 69 17 0 0.51 0.88 0.45 25.37 0.78 0.31
Hex 8C 45 11 0 33 58 2D 19 4E 1F
Octal 214 105 21 0 63 130 55 31 116 37
Binary 10001100 1000101 10001 0 110011 1011000 101101 11001 1001110 11111

Color Harmonies of #8C4511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4511

Black with #8C4511

Text Example


Text Example

White with #8C4511

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,69,17); }

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

background-color css

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

 a { background-color: rgb(140,69,17); }

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

border-color css

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

 span { border-color: rgb(140,69,17); }

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