#532A03

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

Shades of Baker's Chocolate #532A03

Tints of Baker's Chocolate #532A03

Color information

#532A03 (or 0x532A03) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 2A and 03. RGB value is (83,42,3). Sum of RGB (Red+Green+Blue) = 83+42+3=128 (16% of max value = 765). Red value is 83 (32.81% from 255 or 64.84% from 128); Green value is 42 (16.80% from 255 or 32.81% from 128); Blue value is 3 (1.56% from 255 or 2.34% from 128); Max value from RGB is 83 - color contains mainly: red. Hex color #532A03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532A03 is #ACD5FC. Grayscale: #323232. Windows color (decimal): -11326973 or 207443. OLE color: 207443.

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

Color convert

RGB83423-
CMYK00.490.960.67
HSL29.25º93.02%16.86%-
HSV(B)29.25º96.39%32.55%-
XYZ4.413.50.53-
YUV49.81101.58151.67-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 64.84%
GREEN value IS 42 (16.80% from 255) = 32.81%
BLUE value IS 3 (1.56% from 255) = 2.34%
R=64.84%
G=32.81%
B=2.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.96
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8342300.490.960.6729.2593.0216.86
Hex532A303160431d5d11
Octal1235230611401033513521
Binary10100111010101101100011100000100001111101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532A03; }

 p { color: rgb(83,42,3); }

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

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

 a { background-color: rgb(83,42,3); }

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

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

 span { border-color: rgb(83,42,3); }

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