#813402

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

Shades of Saddle Brown #813402

Tints of Saddle Brown #813402

Color information

#813402 (or 0x813402) is unknown color: approx Saddle Brown. HEX triplet: 81, 34 and 02. RGB value is (129,52,2). Sum of RGB (Red+Green+Blue) = 129+52+2=183 (24% of max value = 765). Red value is 129 (50.78% from 255 or 70.49% from 183); Green value is 52 (20.70% from 255 or 28.42% from 183); Blue value is 2 (1.17% from 255 or 1.09% from 183); Max value from RGB is 129 - color contains mainly: red. Hex color #813402 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813402 is #7ECBFD. Grayscale: #454545. Windows color (decimal): -8309758 or 144513. OLE color: 144513.

HSL color Cylindrical-coordinate representation of color #813402: hue angle of 23.62º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #813402 is Cyan = 0, Magento = 0.60, Yellow = 0.98 and Black (K on CMYK) = 0.49.

Color convert

RGB129522-
CMYK00.600.980.49
HSL23.62º96.95%25.69%-
HSV(B)23.62º98.45%50.59%-
XYZ10.297.130.89-
YUV69.3290.01170.57-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 70.49%
GREEN value IS 52 (20.70% from 255) = 28.42%
BLUE value IS 2 (1.17% from 255) = 1.09%
R=70.49%
G=28.42%
B=1.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12952200.600.980.4923.6296.9525.69
Hex8134203C623118611a
Octal201642074142613014132
Binary10000001110100100111100110001011000111000110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813402; }

 p { color: rgb(129,52,2); }

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

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

 a { background-color: rgb(129,52,2); }

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

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

 span { border-color: rgb(129,52,2); }

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