#83470F

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

Shades of Saddle Brown #83470F

Tints of Saddle Brown #83470F

Color information

#83470F (or 0x83470F) is unknown color: approx Saddle Brown. HEX triplet: 83, 47 and 0F. RGB value is (131,71,15). Sum of RGB (Red+Green+Blue) = 131+71+15=217 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.37% from 217); Green value is 71 (28.12% from 255 or 32.72% from 217); Blue value is 15 (6.25% from 255 or 6.91% from 217); Max value from RGB is 131 - color contains mainly: red. Hex color #83470F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #83470F is #7CB8F0. Grayscale: #525252. Windows color (decimal): -8173809 or 1001347. OLE color: 1001347.

HSL color Cylindrical-coordinate representation of color #83470F: hue angle of 28.97º 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 #83470F is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.49.

Color convert

RGB1317115-
CMYK00.460.890.49
HSL28.97º79.45%28.63%-
HSV(B)28.97º88.55%51.37%-
XYZ11.79.371.64-
YUV82.5689.88162.55-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 60.37%
GREEN value IS 71 (28.12% from 255) = 32.72%
BLUE value IS 15 (6.25% from 255) = 6.91%
R=60.37%
G=32.72%
B=6.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.89
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131711500.460.890.4928.9779.4528.63
Hex8347F02E59311d4f1d
Octal20310717056131613511735
Binary10000011100011111110101110101100111000111101100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83470F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83470F; }

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

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

<style>
 a { background-color: #83470F; }

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

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

<style>
 span { border-color: #83470F; }

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

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