Html Css Color HEX #8C480E Saddle Brown

📋 copy color: '#8C480E'

red 140 ◦ green 72 ◦ blue 14

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

Shades of Saddle Brown #8C480E

Tints of Saddle Brown #8C480E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.86%

 BLUE value IS 14 (5.86% from 255) = 6.19%

R = 61.95%
G = 31.86%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.90

 K value IS 0.45

RGB Variations

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

Color information

#8C480E (or 0x8C480E) is known color: Saddle Brown. HEX triplet: 8C, 48 and 0E. RGB value is (140,72,14). Sum of RGB (Red+Green+Blue) = 140+72+14=226 (29% of max value = 765). Red value is 140 (55.08% from 255 or 61.95% from 226); Green value is 72 (28.52% from 255 or 31.86% from 226); Blue value is 14 (5.86% from 255 or 6.19% from 226); Max value from RGB is 140 - color contains mainly: red. Hex color #8C480E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C480E is #73B7F1. Grayscale: #565656. Windows color (decimal): -7583730 or 936076. OLE color: 936076.

HSL color Cylindrical-coordinate representation of color #8C480E: hue angle of 27.62º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8C480E is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 72 14 -
CMYK 0 0.49 0.90 0.45
HSL 27.62º 0.82% 0.3% -
HSV(B) 27.62º 0.9% 0.55% -
XYZ 13.21 10.24 1.7 -
YUV 85.72 87.53 166.72 -
System Red Green Blue C M Y K H S L
Decimal 140 72 14 0 0.49 0.90 0.45 27.62 0.82 0.3
Hex 8C 48 E 0 31 5A 2D 1C 52 1E
Octal 214 110 16 0 61 132 55 34 122 36
Binary 10001100 1001000 1110 0 110001 1011010 101101 11100 1010010 11110

Color Harmonies of #8C480E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C480E

Black with #8C480E

Text Example


Text Example

White with #8C480E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,72,14); }

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

background-color css

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

 a { background-color: rgb(140,72,14); }

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

border-color css

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

 span { border-color: rgb(140,72,14); }

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