#81390B

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

Shades of Saddle Brown #81390B

Tints of Saddle Brown #81390B

Color information

#81390B (or 0x81390B) is unknown color: approx Saddle Brown. HEX triplet: 81, 39 and 0B. RGB value is (129,57,11). Sum of RGB (Red+Green+Blue) = 129+57+11=197 (26% of max value = 765). Red value is 129 (50.78% from 255 or 65.48% from 197); Green value is 57 (22.66% from 255 or 28.93% from 197); Blue value is 11 (4.69% from 255 or 5.58% from 197); Max value from RGB is 129 - color contains mainly: red. Hex color #81390B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #81390B is #7EC6F4. Grayscale: #494949. Windows color (decimal): -8308469 or 735617. OLE color: 735617.

HSL color Cylindrical-coordinate representation of color #81390B: hue angle of 23.39º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #81390B is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.49.

Color convert

RGB1295711-
CMYK00.560.910.49
HSL23.39º84.29%27.45%-
HSV(B)23.39º91.47%50.59%-
XYZ10.587.621.23-
YUV73.2892.85167.74-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 65.48%
GREEN value IS 57 (22.66% from 255) = 28.93%
BLUE value IS 11 (4.69% from 255) = 5.58%
R=65.48%
G=28.93%
B=5.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.91
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129571100.560.910.4923.3984.2927.45
Hex8139B0385B3117541b
Octal2017113070133612712433
Binary1000000111100110110111000101101111000110111101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81390B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81390B; }

 p { color: rgb(129,57,11); }

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

<style>
 a { background-color: #81390B; }

 a { background-color: rgb(129,57,11); }

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

<style>
 span { border-color: #81390B; }

 span { border-color: rgb(129,57,11); }

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