#532F1F

Color #532F1F Indian Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indian Tan #532F1F

Tints of Indian Tan #532F1F

Color information

#532F1F (or 0x532F1F) is unknown color: approx Indian Tan. HEX triplet: 53, 2F and 1F. RGB value is (83,47,31). Sum of RGB (Red+Green+Blue) = 83+47+31=161 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.55% from 161); Green value is 47 (18.75% from 255 or 29.19% from 161); Blue value is 31 (12.5% from 255 or 19.25% from 161); Max value from RGB is 83 - color contains mainly: red. Hex color #532F1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532F1F is #ACD0E0. Grayscale: #383838. Windows color (decimal): -11325665 or 2043731. OLE color: 2043731.

HSL color Cylindrical-coordinate representation of color #532F1F: hue angle of 18.46º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #532F1F is Cyan = 0, Magento = 0.43, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB834731-
CMYK00.430.630.67
HSL18.46º45.61%22.35%-
HSV(B)18.46º62.65%32.55%-
XYZ4.833.971.81-
YUV55.94113.93147.3-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 51.55%
GREEN value IS 47 (18.75% from 255) = 29.19%
BLUE value IS 31 (12.5% from 255) = 19.25%
R=51.55%
G=29.19%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.63
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83473100.430.630.6718.4645.6122.35
Hex532F1F02B3F43122e16
Octal123573705377103225626
Binary101001110111111111010101111111110000111001010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532F1F; }

 p { color: rgb(83,47,31); }

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

<style>
 a { background-color: #532F1F; }

 a { background-color: rgb(83,47,31); }

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

<style>
 span { border-color: #532F1F; }

 span { border-color: rgb(83,47,31); }

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