#83490A

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

Shades of Saddle Brown #83490A

Tints of Saddle Brown #83490A

Color information

#83490A (or 0x83490A) is unknown color: approx Saddle Brown. HEX triplet: 83, 49 and 0A. RGB value is (131,73,10). Sum of RGB (Red+Green+Blue) = 131+73+10=214 (28% of max value = 765). Red value is 131 (51.56% from 255 or 61.21% from 214); Green value is 73 (28.91% from 255 or 34.11% from 214); Blue value is 10 (4.30% from 255 or 4.67% from 214); Max value from RGB is 131 - color contains mainly: red. Hex color #83490A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #83490A is #7CB6F5. Grayscale: #535353. Windows color (decimal): -8173302 or 674179. OLE color: 674179.

HSL color Cylindrical-coordinate representation of color #83490A: hue angle of 31.24º degrees, saturation: 0.86, 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 #83490A is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB1317310-
CMYK00.440.920.49
HSL31.24º85.82%27.65%-
HSV(B)31.24º92.37%51.37%-
XYZ11.89.611.52-
YUV83.1686.72162.12-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 61.21%
GREEN value IS 73 (28.91% from 255) = 34.11%
BLUE value IS 10 (4.30% from 255) = 4.67%
R=61.21%
G=34.11%
B=4.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.92
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131731000.440.920.4931.2485.8227.65
Hex8349A02C5C311f561c
Octal20311112054134613712634
Binary10000011100100110100101100101110011000111111101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83490A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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