Html Css Color HEX #8C4516 Saddle Brown

📋 copy color: '#8C4516'

red 140 ◦ green 69 ◦ blue 22

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

Shades of Saddle Brown #8C4516

Tints of Saddle Brown #8C4516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.52%

R = 60.61%
G = 29.87%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.84

 K value IS 0.45

RGB Variations

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

Color information

#8C4516 (or 0x8C4516) is known color: Saddle Brown. HEX triplet: 8C, 45 and 16. RGB value is (140,69,22). Sum of RGB (Red+Green+Blue) = 140+69+22=231 (30% of max value = 765). Red value is 140 (55.08% from 255 or 60.61% from 231); Green value is 69 (27.34% from 255 or 29.87% from 231); Blue value is 22 (8.98% from 255 or 9.52% from 231); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4516 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C4516 is #73BAE9. Grayscale: #555555. Windows color (decimal): -7584490 or 1459596. OLE color: 1459596.

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

Color convert

RGB 140 69 22 -
CMYK 0 0.51 0.84 0.45
HSL 23.9º 0.73% 0.32% -
HSV(B) 23.9º 0.84% 0.55% -
XYZ 13.09 9.89 1.98 -
YUV 84.87 92.52 167.32 -
System Red Green Blue C M Y K H S L
Decimal 140 69 22 0 0.51 0.84 0.45 23.9 0.73 0.32
Hex 8C 45 16 0 33 54 2D 18 49 20
Octal 214 105 26 0 63 124 55 30 111 40
Binary 10001100 1000101 10110 0 110011 1010100 101101 11000 1001001 100000

Color Harmonies of #8C4516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4516

Black with #8C4516

Text Example


Text Example

White with #8C4516

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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