#532504

Color #532504 Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #532504

Tints of Baker's Chocolate #532504

Color information

#532504 (or 0x532504) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 25 and 04. RGB value is (83,37,4). Sum of RGB (Red+Green+Blue) = 83+37+4=124 (16% of max value = 765). Red value is 83 (32.81% from 255 or 66.94% from 124); Green value is 37 (14.84% from 255 or 29.84% from 124); Blue value is 4 (1.95% from 255 or 3.23% from 124); Max value from RGB is 83 - color contains mainly: red. Hex color #532504 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532504 is #ACDAFB. Grayscale: #2F2F2F. Windows color (decimal): -11328252 or 271699. OLE color: 271699.

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

Color convert

RGB83374-
CMYK00.550.950.67
HSL25.06º90.8%17.06%-
HSV(B)25.06º95.18%32.55%-
XYZ4.253.170.5-
YUV46.99103.74153.68-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 66.94%
GREEN value IS 37 (14.84% from 255) = 29.84%
BLUE value IS 4 (1.95% from 255) = 3.23%
R=66.94%
G=29.84%
B=3.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.95
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8337400.550.950.6725.0690.817.06
Hex532540375F43195b11
Octal1234540671371033113321
Binary101001110010110001101111011111100001111001101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532504; }

 p { color: rgb(83,37,4); }

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

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

 a { background-color: rgb(83,37,4); }

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

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

 span { border-color: rgb(83,37,4); }

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