#83400D

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

Shades of Saddle Brown #83400D

Tints of Saddle Brown #83400D

Color information

#83400D (or 0x83400D) is unknown color: approx Saddle Brown. HEX triplet: 83, 40 and 0D. RGB value is (131,64,13). Sum of RGB (Red+Green+Blue) = 131+64+13=208 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.98% from 208); Green value is 64 (25.39% from 255 or 30.77% from 208); Blue value is 13 (5.47% from 255 or 6.25% from 208); Max value from RGB is 131 - color contains mainly: red. Hex color #83400D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #83400D is #7CBFF2. Grayscale: #4E4E4E. Windows color (decimal): -8175603 or 868483. OLE color: 868483.

HSL color Cylindrical-coordinate representation of color #83400D: hue angle of 25.93º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #83400D is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.49.

Color convert

RGB1316413-
CMYK00.510.900.49
HSL25.93º81.94%28.24%-
HSV(B)25.93º90.08%51.37%-
XYZ11.278.521.43-
YUV78.2291.2165.65-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 62.98%
GREEN value IS 64 (25.39% from 255) = 30.77%
BLUE value IS 13 (5.47% from 255) = 6.25%
R=62.98%
G=30.77%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.90
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131641300.510.900.4925.9381.9428.24
Hex8340D0335A311a521c
Octal20310015063132613212234
Binary10000011100000011010110011101101011000111010101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83400D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83400D; }

 p { color: rgb(131,64,13); }

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

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

 a { background-color: rgb(131,64,13); }

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

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

 span { border-color: rgb(131,64,13); }

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