#532606

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

Shades of Baker's Chocolate #532606

Tints of Baker's Chocolate #532606

Color information

#532606 (or 0x532606) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 26 and 06. RGB value is (83,38,6). Sum of RGB (Red+Green+Blue) = 83+38+6=127 (16% of max value = 765). Red value is 83 (32.81% from 255 or 65.35% from 127); Green value is 38 (15.23% from 255 or 29.92% from 127); Blue value is 6 (2.73% from 255 or 4.72% from 127); Max value from RGB is 83 - color contains mainly: red. Hex color #532606 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532606 is #ACD9F9. Grayscale: #2F2F2F. Windows color (decimal): -11327994 or 403027. OLE color: 403027.

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

Color convert

RGB83386-
CMYK00.540.930.67
HSL24.94º86.52%17.45%-
HSV(B)24.94º92.77%32.55%-
XYZ4.293.240.57-
YUV47.81104.41153.1-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 65.35%
GREEN value IS 38 (15.23% from 255) = 29.92%
BLUE value IS 6 (2.73% from 255) = 4.72%
R=65.35%
G=29.92%
B=4.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8338600.540.930.6724.9486.5217.45
Hex532660365D43195711
Octal1234660661351033112721
Binary101001110011011001101101011101100001111001101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532606; }

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

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

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

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

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

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

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

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