Html Css Color HEX #8C4016 Saddle Brown

📋 copy color: '#8C4016'

red 140 ◦ green 64 ◦ blue 22

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

Shades of Saddle Brown #8C4016

Tints of Saddle Brown #8C4016

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.32%

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

R = 61.95%
G = 28.32%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.84

 K value IS 0.45

RGB Variations

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

Color information

#8C4016 (or 0x8C4016) is known color: Saddle Brown. HEX triplet: 8C, 40 and 16. RGB value is (140,64,22). Sum of RGB (Red+Green+Blue) = 140+64+22=226 (29% of max value = 765). Red value is 140 (55.08% from 255 or 61.95% from 226); Green value is 64 (25.39% from 255 or 28.32% from 226); Blue value is 22 (8.98% from 255 or 9.73% from 226); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4016 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C4016 is #73BFE9. Grayscale: #525252. Windows color (decimal): -7585770 or 1458316. OLE color: 1458316.

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

Color convert

RGB 140 64 22 -
CMYK 0 0.54 0.84 0.45
HSL 21.36º 0.73% 0.32% -
HSV(B) 21.36º 0.84% 0.55% -
XYZ 12.79 9.3 1.88 -
YUV 81.94 94.18 169.42 -
System Red Green Blue C M Y K H S L
Decimal 140 64 22 0 0.54 0.84 0.45 21.36 0.73 0.32
Hex 8C 40 16 0 36 54 2D 15 49 20
Octal 214 100 26 0 66 124 55 25 111 40
Binary 10001100 1000000 10110 0 110110 1010100 101101 10101 1001001 100000

Color Harmonies of #8C4016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4016

Black with #8C4016

Text Example


Text Example

White with #8C4016

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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