#531702

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

Shades of Brown Pod #531702

Tints of Brown Pod #531702

Color information

#531702 (or 0x531702) is unknown color: approx Brown Pod. HEX triplet: 53, 17 and 02. RGB value is (83,23,2). Sum of RGB (Red+Green+Blue) = 83+23+2=108 (14% of max value = 765). Red value is 83 (32.81% from 255 or 76.85% from 108); Green value is 23 (9.38% from 255 or 21.30% from 108); Blue value is 2 (1.17% from 255 or 1.85% from 108); Max value from RGB is 83 - color contains mainly: red. Hex color #531702 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531702 is #ACE8FD. Grayscale: #262626. Windows color (decimal): -11331838 or 137043. OLE color: 137043.

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

Color convert

RGB83232-
CMYK00.720.980.67
HSL15.56º95.29%16.67%-
HSV(B)15.56º97.59%32.55%-
XYZ3.882.460.33-
YUV38.55107.38159.71-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 76.85%
GREEN value IS 23 (9.38% from 255) = 21.30%
BLUE value IS 2 (1.17% from 255) = 1.85%
R=76.85%
G=21.30%
B=1.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.98
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8323200.720.980.6715.5695.2916.67
Hex531720486243105f11
Octal12327201101421032013721
Binary10100111011110010010001100010100001110000101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531702; }

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

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

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

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

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

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

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

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