#532205

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

Shades of Baker's Chocolate #532205

Tints of Baker's Chocolate #532205

Color information

#532205 (or 0x532205) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 22 and 05. RGB value is (83,34,5). Sum of RGB (Red+Green+Blue) = 83+34+5=122 (16% of max value = 765). Red value is 83 (32.81% from 255 or 68.03% from 122); Green value is 34 (13.67% from 255 or 27.87% from 122); Blue value is 5 (2.34% from 255 or 4.10% from 122); Max value from RGB is 83 - color contains mainly: red. Hex color #532205 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532205 is #ACDDFA. Grayscale: #2D2D2D. Windows color (decimal): -11329019 or 336467. OLE color: 336467.

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

Color convert

RGB83345-
CMYK00.590.940.67
HSL22.31º88.64%17.25%-
HSV(B)22.31º93.98%32.55%-
XYZ4.172.990.5-
YUV45.34105.23154.86-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 68.03%
GREEN value IS 34 (13.67% from 255) = 27.87%
BLUE value IS 5 (2.34% from 255) = 4.10%
R=68.03%
G=27.87%
B=4.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.94
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8334500.590.940.6722.3188.6417.25
Hex5322503B5E43165911
Octal1234250731361032613121
Binary101001110001010101110111011110100001110110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532205; }

 p { color: rgb(83,34,5); }

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

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

 a { background-color: rgb(83,34,5); }

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

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

 span { border-color: rgb(83,34,5); }

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