#83480A

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

Shades of Saddle Brown #83480A

Tints of Saddle Brown #83480A

Color information

#83480A (or 0x83480A) is unknown color: approx Saddle Brown. HEX triplet: 83, 48 and 0A. RGB value is (131,72,10). Sum of RGB (Red+Green+Blue) = 131+72+10=213 (28% of max value = 765). Red value is 131 (51.56% from 255 or 61.50% from 213); Green value is 72 (28.52% from 255 or 33.80% from 213); Blue value is 10 (4.30% from 255 or 4.69% from 213); Max value from RGB is 131 - color contains mainly: red. Hex color #83480A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #83480A is #7CB7F5. Grayscale: #525252. Windows color (decimal): -8173558 or 673923. OLE color: 673923.

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

Color convert

RGB1317210-
CMYK00.450.920.49
HSL30.74º85.82%27.65%-
HSV(B)30.74º92.37%51.37%-
XYZ11.739.481.5-
YUV82.5787.05162.54-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 61.50%
GREEN value IS 72 (28.52% from 255) = 33.80%
BLUE value IS 10 (4.30% from 255) = 4.69%
R=61.50%
G=33.80%
B=4.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.92
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131721000.450.920.4930.7485.8227.65
Hex8348A02D5C311f561c
Octal20311012055134613712634
Binary10000011100100010100101101101110011000111111101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83480A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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