#81300B

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

Shades of Saddle Brown #81300B

Tints of Saddle Brown #81300B

Color information

#81300B (or 0x81300B) is unknown color: approx Saddle Brown. HEX triplet: 81, 30 and 0B. RGB value is (129,48,11). Sum of RGB (Red+Green+Blue) = 129+48+11=188 (24% of max value = 765). Red value is 129 (50.78% from 255 or 68.62% from 188); Green value is 48 (19.14% from 255 or 25.53% from 188); Blue value is 11 (4.69% from 255 or 5.85% from 188); Max value from RGB is 129 - color contains mainly: red. Hex color #81300B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #81300B is #7ECFF4. Grayscale: #444444. Windows color (decimal): -8310773 or 733313. OLE color: 733313.

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

Color convert

RGB1294811-
CMYK00.630.910.49
HSL18.81º84.29%27.45%-
HSV(B)18.81º91.47%50.59%-
XYZ10.176.811.09-
YUV6895.84171.51-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 68.62%
GREEN value IS 48 (19.14% from 255) = 25.53%
BLUE value IS 11 (4.69% from 255) = 5.85%
R=68.62%
G=25.53%
B=5.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.91
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129481100.630.910.4918.8184.2927.45
Hex8130B03F5B3113541b
Octal2016013077133612312433
Binary1000000111000010110111111101101111000110011101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81300B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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