Html Css Color HEX #8C520C Saddle Brown

📋 copy color: '#8C520C'

red 140 ◦ green 82 ◦ blue 12

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

Shades of Saddle Brown #8C520C

Tints of Saddle Brown #8C520C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 35.04%

 BLUE value IS 12 (5.08% from 255) = 5.13%

R = 59.83%
G = 35.04%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.91

 K value IS 0.45

RGB Variations

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

Color information

#8C520C (or 0x8C520C) is known color: Saddle Brown. HEX triplet: 8C, 52 and 0C. RGB value is (140,82,12). Sum of RGB (Red+Green+Blue) = 140+82+12=234 (30% of max value = 765). Red value is 140 (55.08% from 255 or 59.83% from 234); Green value is 82 (32.42% from 255 or 35.04% from 234); Blue value is 12 (5.08% from 255 or 5.13% from 234); Max value from RGB is 140 - color contains mainly: red. Hex color #8C520C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C520C is #73ADF3. Grayscale: #5B5B5B. Windows color (decimal): -7581172 or 807564. OLE color: 807564.

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

Color convert

RGB 140 82 12 -
CMYK 0 0.41 0.91 0.45
HSL 32.81º 0.84% 0.3% -
HSV(B) 32.81º 0.91% 0.55% -
XYZ 13.9 11.64 1.86 -
YUV 91.36 83.22 162.69 -
System Red Green Blue C M Y K H S L
Decimal 140 82 12 0 0.41 0.91 0.45 32.81 0.84 0.3
Hex 8C 52 C 0 29 5B 2D 21 54 1E
Octal 214 122 14 0 51 133 55 41 124 36
Binary 10001100 1010010 1100 0 101001 1011011 101101 100001 1010100 11110

Color Harmonies of #8C520C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C520C

Black with #8C520C

Text Example


Text Example

White with #8C520C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,82,12); }

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

background-color css

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

 a { background-color: rgb(140,82,12); }

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

border-color css

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

 span { border-color: rgb(140,82,12); }

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