#531701

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

Shades of Brown Pod #531701

Tints of Brown Pod #531701

Color information

#531701 (or 0x531701) is unknown color: approx Brown Pod. HEX triplet: 53, 17 and 01. RGB value is (83,23,1). Sum of RGB (Red+Green+Blue) = 83+23+1=107 (14% of max value = 765). Red value is 83 (32.81% from 255 or 77.57% from 107); Green value is 23 (9.38% from 255 or 21.50% from 107); Blue value is 1 (0.78% from 255 or 0.93% from 107); Max value from RGB is 83 - color contains mainly: red. Hex color #531701 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531701 is #ACE8FE. Grayscale: #262626. Windows color (decimal): -11331839 or 71507. OLE color: 71507.

HSL color Cylindrical-coordinate representation of color #531701: hue angle of 16.1º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #531701 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.67.

Color convert

RGB83231-
CMYK00.720.990.67
HSL16.1º97.62%16.47%-
HSV(B)16.1º98.8%32.55%-
XYZ3.882.450.3-
YUV38.43106.88159.79-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 77.57%
GREEN value IS 23 (9.38% from 255) = 21.50%
BLUE value IS 1 (0.78% from 255) = 0.93%
R=77.57%
G=21.50%
B=0.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.99
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8323100.720.990.6716.197.6216.47
Hex531710486343106210
Octal12327101101431032014220
Binary1010011101111010010001100011100001110000110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531701; }

 p { color: rgb(83,23,1); }

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

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

 a { background-color: rgb(83,23,1); }

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

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

 span { border-color: rgb(83,23,1); }

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