#532503

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

Shades of Baker's Chocolate #532503

Tints of Baker's Chocolate #532503

Color information

#532503 (or 0x532503) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 25 and 03. RGB value is (83,37,3). Sum of RGB (Red+Green+Blue) = 83+37+3=123 (16% of max value = 765). Red value is 83 (32.81% from 255 or 67.48% from 123); Green value is 37 (14.84% from 255 or 30.08% from 123); Blue value is 3 (1.56% from 255 or 2.44% from 123); Max value from RGB is 83 - color contains mainly: red. Hex color #532503 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532503 is #ACDAFC. Grayscale: #2F2F2F. Windows color (decimal): -11328253 or 206163. OLE color: 206163.

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

Color convert

RGB83373-
CMYK00.550.960.67
HSL25.5º93.02%16.86%-
HSV(B)25.5º96.39%32.55%-
XYZ4.253.170.47-
YUV46.88103.24153.76-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 67.48%
GREEN value IS 37 (14.84% from 255) = 30.08%
BLUE value IS 3 (1.56% from 255) = 2.44%
R=67.48%
G=30.08%
B=2.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.96
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8337300.550.960.6725.593.0216.86
Hex5325303760431a5d11
Octal1234530671401033213521
Binary10100111001011101101111100000100001111010101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532503; }

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

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

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

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

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

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

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

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