#531802

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

Shades of Brown Pod #531802

Tints of Brown Pod #531802

Color information

#531802 (or 0x531802) is unknown color: approx Brown Pod. HEX triplet: 53, 18 and 02. RGB value is (83,24,2). Sum of RGB (Red+Green+Blue) = 83+24+2=109 (14% of max value = 765). Red value is 83 (32.81% from 255 or 76.15% from 109); Green value is 24 (9.77% from 255 or 22.02% from 109); Blue value is 2 (1.17% from 255 or 1.83% from 109); Max value from RGB is 83 - color contains mainly: red. Hex color #531802 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531802 is #ACE7FD. Grayscale: #272727. Windows color (decimal): -11331582 or 137299. OLE color: 137299.

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

Color convert

RGB83242-
CMYK00.710.980.67
HSL16.3º95.29%16.67%-
HSV(B)16.3º97.59%32.55%-
XYZ3.92.50.33-
YUV39.13107.05159.29-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 76.15%
GREEN value IS 24 (9.77% from 255) = 22.02%
BLUE value IS 2 (1.17% from 255) = 1.83%
R=76.15%
G=22.02%
B=1.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.98
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8324200.710.980.6716.395.2916.67
Hex531820476243105f11
Octal12330201071421032013721
Binary10100111100010010001111100010100001110000101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531802; }

 p { color: rgb(83,24,2); }

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

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

 a { background-color: rgb(83,24,2); }

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

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

 span { border-color: rgb(83,24,2); }

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