#81480C

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

Shades of Saddle Brown #81480C

Tints of Saddle Brown #81480C

Color information

#81480C (or 0x81480C) is unknown color: approx Saddle Brown. HEX triplet: 81, 48 and 0C. RGB value is (129,72,12). Sum of RGB (Red+Green+Blue) = 129+72+12=213 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60.56% from 213); Green value is 72 (28.52% from 255 or 33.80% from 213); Blue value is 12 (5.08% from 255 or 5.63% from 213); Max value from RGB is 129 - color contains mainly: red. Hex color #81480C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #81480C is #7EB7F3. Grayscale: #525252. Windows color (decimal): -8304628 or 804993. OLE color: 804993.

HSL color Cylindrical-coordinate representation of color #81480C: hue angle of 30.77º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #81480C is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.49.

Color convert

RGB1297212-
CMYK00.440.910.49
HSL30.77º82.98%27.65%-
HSV(B)30.77º90.7%50.59%-
XYZ11.449.331.55-
YUV82.288.38161.38-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 60.56%
GREEN value IS 72 (28.52% from 255) = 33.80%
BLUE value IS 12 (5.08% from 255) = 5.63%
R=60.56%
G=33.80%
B=5.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.91
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129721200.440.910.4930.7782.9827.65
Hex8148C02C5B311f531c
Octal20111014054133613712334
Binary10000001100100011000101100101101111000111111101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81480C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,72,12); }

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

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

 a { background-color: rgb(129,72,12); }

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

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

 span { border-color: rgb(129,72,12); }

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