#83490f

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

Shades of Saddle Brown #83490F

Tints of Saddle Brown #83490F

Color information

#83490F (or 0x83490F) is unknown color: approx Saddle Brown. HEX triplet: 83, 49 and 0F. RGB value is (131,73,15). Sum of RGB (Red+Green+Blue) = 131+73+15=219 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.82% from 219); Green value is 73 (28.91% from 255 or 33.33% from 219); Blue value is 15 (6.25% from 255 or 6.85% from 219); Max value from RGB is 131 - color contains mainly: red. Hex color #83490F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #83490F is #7CB6F0. Grayscale: #545454. Windows color (decimal): -8173297 or 1001859. OLE color: 1001859.

HSL color Cylindrical-coordinate representation of color #83490F: hue angle of 30º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #83490F is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.49.

Color convert

RGB1317315-
CMYK00.440.890.49
HSL30º79.45%28.63%-
HSV(B)30º88.55%51.37%-
XYZ11.839.621.69-
YUV83.7389.22161.72-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 59.82%
GREEN value IS 73 (28.91% from 255) = 33.33%
BLUE value IS 15 (6.25% from 255) = 6.85%
R=59.82%
G=33.33%
B=6.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.89
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131731500.440.890.493079.4528.63
Hex8349F02C59311e4f1d
Octal20311117054131613611735
Binary10000011100100111110101100101100111000111110100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83490f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83490f; }

 p { color: rgb(131,73,15); }

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

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

 a { background-color: rgb(131,73,15); }

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

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

 span { border-color: rgb(131,73,15); }

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