#823713

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

Shades of Saddle Brown #823713

Tints of Saddle Brown #823713

Color information

#823713 (or 0x823713) is unknown color: approx Saddle Brown. HEX triplet: 82, 37 and 13. RGB value is (130,55,19). Sum of RGB (Red+Green+Blue) = 130+55+19=204 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.73% from 204); Green value is 55 (21.88% from 255 or 26.96% from 204); Blue value is 19 (7.81% from 255 or 9.31% from 204); Max value from RGB is 130 - color contains mainly: red. Hex color #823713 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823713 is #7DC8EC. Grayscale: #494949. Windows color (decimal): -8243437 or 1259394. OLE color: 1259394.

HSL color Cylindrical-coordinate representation of color #823713: hue angle of 19.46º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #823713 is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB1305519-
CMYK00.580.850.49
HSL19.46º74.5%29.22%-
HSV(B)19.46º85.38%50.98%-
XYZ10.697.531.51-
YUV73.3297.35168.43-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 63.73%
GREEN value IS 55 (21.88% from 255) = 26.96%
BLUE value IS 19 (7.81% from 255) = 9.31%
R=63.73%
G=26.96%
B=9.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130551900.580.850.4919.4674.529.22
Hex82371303A5531134a1d
Octal2026723072125612311235
Binary10000010110111100110111010101010111000110011100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823713; }

 p { color: rgb(130,55,19); }

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

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

 a { background-color: rgb(130,55,19); }

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

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

 span { border-color: rgb(130,55,19); }

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