#83400B

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

Shades of Saddle Brown #83400B

Tints of Saddle Brown #83400B

Color information

#83400B (or 0x83400B) is unknown color: approx Saddle Brown. HEX triplet: 83, 40 and 0B. RGB value is (131,64,11). Sum of RGB (Red+Green+Blue) = 131+64+11=206 (27% of max value = 765). Red value is 131 (51.56% from 255 or 63.59% from 206); Green value is 64 (25.39% from 255 or 31.07% from 206); Blue value is 11 (4.69% from 255 or 5.34% from 206); Max value from RGB is 131 - color contains mainly: red. Hex color #83400B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #83400B is #7CBFF4. Grayscale: #4E4E4E. Windows color (decimal): -8175605 or 737411. OLE color: 737411.

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

Color convert

RGB1316411-
CMYK00.510.920.49
HSL26.5º84.51%27.84%-
HSV(B)26.5º91.6%51.37%-
XYZ11.258.521.37-
YUV77.9990.2165.81-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 63.59%
GREEN value IS 64 (25.39% from 255) = 31.07%
BLUE value IS 11 (4.69% from 255) = 5.34%
R=63.59%
G=31.07%
B=5.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.92
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131641100.510.920.4926.584.5127.84
Hex8340B0335C311a551c
Octal20310013063134613212534
Binary10000011100000010110110011101110011000111010101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83400B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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