#823F13

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

Shades of Saddle Brown #823F13

Tints of Saddle Brown #823F13

Color information

#823F13 (or 0x823F13) is unknown color: approx Saddle Brown. HEX triplet: 82, 3F and 13. RGB value is (130,63,19). Sum of RGB (Red+Green+Blue) = 130+63+19=212 (28% of max value = 765). Red value is 130 (51.17% from 255 or 61.32% from 212); Green value is 63 (25% from 255 or 29.72% from 212); Blue value is 19 (7.81% from 255 or 8.96% from 212); Max value from RGB is 130 - color contains mainly: red. Hex color #823F13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823F13 is #7DC0EC. Grayscale: #4E4E4E. Windows color (decimal): -8241389 or 1261442. OLE color: 1261442.

HSL color Cylindrical-coordinate representation of color #823F13: hue angle of 23.78º 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 #823F13 is Cyan = 0, Magento = 0.52, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB1306319-
CMYK00.520.850.49
HSL23.78º74.5%29.22%-
HSV(B)23.78º85.38%50.98%-
XYZ11.18.351.64-
YUV78.0294.7165.08-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 61.32%
GREEN value IS 63 (25% from 255) = 29.72%
BLUE value IS 19 (7.81% from 255) = 8.96%
R=61.32%
G=29.72%
B=8.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130631900.520.850.4923.7874.529.22
Hex823F130345531184a1d
Octal2027723064125613011235
Binary10000010111111100110110100101010111000111000100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823F13; }

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

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

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

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

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

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

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

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