#531800

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

Shades of Brown Pod #531800

Tints of Brown Pod #531800

Color information

#531800 (or 0x531800) is unknown color: approx Brown Pod. HEX triplet: 53, 18 and 00. RGB value is (83,24,0). Sum of RGB (Red+Green+Blue) = 83+24+0=107 (14% of max value = 765). Red value is 83 (32.81% from 255 or 77.57% from 107); Green value is 24 (9.77% from 255 or 22.43% from 107); Blue value is 0 (0.39% from 255 or 0% from 107); Max value from RGB is 83 - color contains mainly: red. Hex color #531800 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531800 is #ACE7FF. Grayscale: #272727. Windows color (decimal): -11331584 or 6227. OLE color: 6227.

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

Color convert

RGB83240-
CMYK00.7110.67
HSL17.35º100%16.27%-
HSV(B)17.35º100%32.55%-
XYZ3.892.490.28-
YUV38.9106.05159.45-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 77.57%
GREEN value IS 24 (9.77% from 255) = 22.43%
BLUE value IS 0 (0.39% from 255) = 0%
R=77.57%
G=22.43%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8324000.7110.6717.3510016.27
Hex531800476443116410
Octal12330001071441032114420
Binary1010011110000010001111100100100001110001110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531800; }

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

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

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

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

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

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

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

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