Html Css Color HEX #8C4720 Saddle Brown

📋 copy color: '#8C4720'

red 140 ◦ green 71 ◦ blue 32

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

Shades of Saddle Brown #8C4720

Tints of Saddle Brown #8C4720

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.22%

 BLUE value IS 32 (12.89% from 255) = 13.17%

R = 57.61%
G = 29.22%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.77

 K value IS 0.45

RGB Variations

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

Color information

#8C4720 (or 0x8C4720) is known color: Saddle Brown. HEX triplet: 8C, 47 and 20. RGB value is (140,71,32). Sum of RGB (Red+Green+Blue) = 140+71+32=243 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.61% from 243); Green value is 71 (28.12% from 255 or 29.22% from 243); Blue value is 32 (12.89% from 255 or 13.17% from 243); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4720 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C4720 is #73B8DF. Grayscale: #575757. Windows color (decimal): -7583968 or 2115468. OLE color: 2115468.

HSL color Cylindrical-coordinate representation of color #8C4720: hue angle of 21.67º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8C4720 is Cyan = 0, Magento = 0.49, Yellow = 0.77 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 71 32 -
CMYK 0 0.49 0.77 0.45
HSL 21.67º 0.63% 0.34% -
HSV(B) 21.67º 0.77% 0.55% -
XYZ 13.33 10.19 2.63 -
YUV 87.19 96.86 165.67 -
System Red Green Blue C M Y K H S L
Decimal 140 71 32 0 0.49 0.77 0.45 21.67 0.63 0.34
Hex 8C 47 20 0 31 4D 2D 16 3F 22
Octal 214 107 40 0 61 115 55 26 77 42
Binary 10001100 1000111 100000 0 110001 1001101 101101 10110 111111 100010

Color Harmonies of #8C4720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4720

Black with #8C4720

Text Example


Text Example

White with #8C4720

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,71,32); }

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

background-color css

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

 a { background-color: rgb(140,71,32); }

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

border-color css

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

 span { border-color: rgb(140,71,32); }

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