Html Css Color HEX #8C4C10 Saddle Brown

📋 copy color: '#8C4C10'

red 140 ◦ green 76 ◦ blue 16

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

Shades of Saddle Brown #8C4C10

Tints of Saddle Brown #8C4C10

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.76%

 BLUE value IS 16 (6.64% from 255) = 6.9%

R = 60.34%
G = 32.76%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.89

 K value IS 0.45

RGB Variations

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

Color information

#8C4C10 (or 0x8C4C10) is known color: Saddle Brown. HEX triplet: 8C, 4C and 10. RGB value is (140,76,16). Sum of RGB (Red+Green+Blue) = 140+76+16=232 (30% of max value = 765). Red value is 140 (55.08% from 255 or 60.34% from 232); Green value is 76 (30.08% from 255 or 32.76% from 232); Blue value is 16 (6.64% from 255 or 6.90% from 232); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4C10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C4C10 is #73B3EF. Grayscale: #585858. Windows color (decimal): -7582704 or 1068172. OLE color: 1068172.

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

Color convert

RGB 140 76 16 -
CMYK 0 0.46 0.89 0.45
HSL 29.03º 0.79% 0.31% -
HSV(B) 29.03º 0.89% 0.55% -
XYZ 13.49 10.78 1.86 -
YUV 88.3 87.2 164.88 -
System Red Green Blue C M Y K H S L
Decimal 140 76 16 0 0.46 0.89 0.45 29.03 0.79 0.31
Hex 8C 4C 10 0 2E 59 2D 1D 4F 1F
Octal 214 114 20 0 56 131 55 35 117 37
Binary 10001100 1001100 10000 0 101110 1011001 101101 11101 1001111 11111

Color Harmonies of #8C4C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4C10

Black with #8C4C10

Text Example


Text Example

White with #8C4C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,76,16); }

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

background-color css

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

 a { background-color: rgb(140,76,16); }

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

border-color css

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

 span { border-color: rgb(140,76,16); }

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