#532506

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

Shades of Baker's Chocolate #532506

Tints of Baker's Chocolate #532506

Color information

#532506 (or 0x532506) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 25 and 06. RGB value is (83,37,6). Sum of RGB (Red+Green+Blue) = 83+37+6=126 (16% of max value = 765). Red value is 83 (32.81% from 255 or 65.87% from 126); Green value is 37 (14.84% from 255 or 29.37% from 126); Blue value is 6 (2.73% from 255 or 4.76% from 126); Max value from RGB is 83 - color contains mainly: red. Hex color #532506 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532506 is #ACDAF9. Grayscale: #2F2F2F. Windows color (decimal): -11328250 or 402771. OLE color: 402771.

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

Color convert

RGB83376-
CMYK00.550.930.67
HSL24.16º86.52%17.45%-
HSV(B)24.16º92.77%32.55%-
XYZ4.263.180.56-
YUV47.22104.74153.52-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 65.87%
GREEN value IS 37 (14.84% from 255) = 29.37%
BLUE value IS 6 (2.73% from 255) = 4.76%
R=65.87%
G=29.37%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8337600.550.930.6724.1686.5217.45
Hex532560375D43185711
Octal1234560671351033012721
Binary101001110010111001101111011101100001111000101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532506; }

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

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

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

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

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

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

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

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