#843513

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

Shades of Saddle Brown #843513

Tints of Saddle Brown #843513

Color information

#843513 (or 0x843513) is unknown color: approx Saddle Brown. HEX triplet: 84, 35 and 13. RGB value is (132,53,19). Sum of RGB (Red+Green+Blue) = 132+53+19=204 (27% of max value = 765). Red value is 132 (51.95% from 255 or 64.71% from 204); Green value is 53 (21.09% from 255 or 25.98% from 204); Blue value is 19 (7.81% from 255 or 9.31% from 204); Max value from RGB is 132 - color contains mainly: red. Hex color #843513 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #843513 is #7BCAEC. Grayscale: #484848. Windows color (decimal): -8112877 or 1258884. OLE color: 1258884.

HSL color Cylindrical-coordinate representation of color #843513: hue angle of 18.05º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #843513 is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB1325319-
CMYK00.600.860.48
HSL18.05º74.83%29.61%-
HSV(B)18.05º85.61%51.76%-
XYZ10.917.51.49-
YUV72.7497.67170.26-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 64.71%
GREEN value IS 53 (21.09% from 255) = 25.98%
BLUE value IS 19 (7.81% from 255) = 9.31%
R=64.71%
G=25.98%
B=9.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132531900.600.860.4818.0574.8329.61
Hex84351303C5630124b1e
Octal2046523074126602211336
Binary10000100110101100110111100101011011000010010100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843513; }

 p { color: rgb(132,53,19); }

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

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

 a { background-color: rgb(132,53,19); }

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

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

 span { border-color: rgb(132,53,19); }

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