#81360C

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

Shades of Saddle Brown #81360C

Tints of Saddle Brown #81360C

Color information

#81360C (or 0x81360C) is unknown color: approx Saddle Brown. HEX triplet: 81, 36 and 0C. RGB value is (129,54,12). Sum of RGB (Red+Green+Blue) = 129+54+12=195 (25% of max value = 765). Red value is 129 (50.78% from 255 or 66.15% from 195); Green value is 54 (21.48% from 255 or 27.69% from 195); Blue value is 12 (5.08% from 255 or 6.15% from 195); Max value from RGB is 129 - color contains mainly: red. Hex color #81360C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #81360C is #7EC9F3. Grayscale: #474747. Windows color (decimal): -8309236 or 800385. OLE color: 800385.

HSL color Cylindrical-coordinate representation of color #81360C: hue angle of 21.54º 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 #81360C is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.49.

Color convert

RGB1295412-
CMYK00.580.910.49
HSL21.54º82.98%27.65%-
HSV(B)21.54º90.7%50.59%-
XYZ10.447.331.21-
YUV71.6494.35168.92-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 66.15%
GREEN value IS 54 (21.48% from 255) = 27.69%
BLUE value IS 12 (5.08% from 255) = 6.15%
R=66.15%
G=27.69%
B=6.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.91
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129541200.580.910.4921.5482.9827.65
Hex8136C03A5B3116531c
Octal2016614072133612612334
Binary1000000111011011000111010101101111000110110101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81360C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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