#80380E

Color #80380E Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #80380E

Tints of Saddle Brown #80380E

Color information

#80380E (or 0x80380E) is unknown color: approx Saddle Brown. HEX triplet: 80, 38 and 0E. RGB value is (128,56,14). Sum of RGB (Red+Green+Blue) = 128+56+14=198 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.65% from 198); Green value is 56 (22.27% from 255 or 28.28% from 198); Blue value is 14 (5.86% from 255 or 7.07% from 198); Max value from RGB is 128 - color contains mainly: red. Hex color #80380E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #80380E is #7FC7F1. Grayscale: #484848. Windows color (decimal): -8374258 or 931968. OLE color: 931968.

HSL color Cylindrical-coordinate representation of color #80380E: hue angle of 22.11º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #80380E is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.50.

Color convert

RGB1285614-
CMYK00.560.890.50
HSL22.11º80.28%27.84%-
HSV(B)22.11º89.06%50.2%-
XYZ10.47.451.31-
YUV72.7494.85167.42-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 64.65%
GREEN value IS 56 (22.27% from 255) = 28.28%
BLUE value IS 14 (5.86% from 255) = 7.07%
R=64.65%
G=28.28%
B=7.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.89
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128561400.560.890.5022.1180.2827.84
Hex8038E038593216501c
Octal2007016070131622612034
Binary1000000011100011100111000101100111001010110101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80380E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80380E; }

 p { color: rgb(128,56,14); }

 H1.HeaderClassName
 {
   color: #80380E;
 }
 .AnyTagClassName
 {
   color: #80380E;
 }
</style>
background-color css

<style>
 a { background-color: #80380E; }

 a { background-color: rgb(128,56,14); }

 div.DivClassName
 {
   background-color: #80380E;
 }
 .BgClassName
 {
   background-color: #80380E;
 }
</style>
border-color css

<style>
 span { border-color: #80380E; }

 span { border-color: rgb(128,56,14); }

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