#531901

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

Shades of Brown Pod #531901

Tints of Brown Pod #531901

Color information

#531901 (or 0x531901) is unknown color: approx Brown Pod. HEX triplet: 53, 19 and 01. RGB value is (83,25,1). Sum of RGB (Red+Green+Blue) = 83+25+1=109 (14% of max value = 765). Red value is 83 (32.81% from 255 or 76.15% from 109); Green value is 25 (10.16% from 255 or 22.94% from 109); Blue value is 1 (0.78% from 255 or 0.92% from 109); Max value from RGB is 83 - color contains mainly: red. Hex color #531901 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531901 is #ACE6FE. Grayscale: #272727. Windows color (decimal): -11331327 or 72019. OLE color: 72019.

HSL color Cylindrical-coordinate representation of color #531901: hue angle of 17.56º 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 #531901 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.67.

Color convert

RGB83251-
CMYK00.700.990.67
HSL17.56º97.62%16.47%-
HSV(B)17.56º98.8%32.55%-
XYZ3.922.540.31-
YUV39.61106.22158.95-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 76.15%
GREEN value IS 25 (10.16% from 255) = 22.94%
BLUE value IS 1 (0.78% from 255) = 0.92%
R=76.15%
G=22.94%
B=0.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.99
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8325100.700.990.6717.5697.6216.47
Hex531910466343126210
Octal12331101061431032214220
Binary1010011110011010001101100011100001110010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531901; }

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

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

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

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

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

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

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

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