#80430C

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

Shades of Saddle Brown #80430C

Tints of Saddle Brown #80430C

Color information

#80430C (or 0x80430C) is unknown color: approx Saddle Brown. HEX triplet: 80, 43 and 0C. RGB value is (128,67,12). Sum of RGB (Red+Green+Blue) = 128+67+12=207 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.84% from 207); Green value is 67 (26.56% from 255 or 32.37% from 207); Blue value is 12 (5.08% from 255 or 5.80% from 207); Max value from RGB is 128 - color contains mainly: red. Hex color #80430C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #80430C is #7FBCF3. Grayscale: #4F4F4F. Windows color (decimal): -8371444 or 803712. OLE color: 803712.

HSL color Cylindrical-coordinate representation of color #80430C: hue angle of 28.45º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #80430C is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB1286712-
CMYK00.480.910.50
HSL28.45º82.86%27.45%-
HSV(B)28.45º90.62%50.2%-
XYZ10.988.631.44-
YUV78.9790.21162.97-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 61.84%
GREEN value IS 67 (26.56% from 255) = 32.37%
BLUE value IS 12 (5.08% from 255) = 5.80%
R=61.84%
G=32.37%
B=5.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.91
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128671200.480.910.5028.4582.8627.45
Hex8043C0305B321c531b
Octal20010314060133623412333
Binary10000000100001111000110000101101111001011100101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80430C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80430C; }

 p { color: rgb(128,67,12); }

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

<style>
 a { background-color: #80430C; }

 a { background-color: rgb(128,67,12); }

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

<style>
 span { border-color: #80430C; }

 span { border-color: rgb(128,67,12); }

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