#523603

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

Shades of Baker's Chocolate #523603

Tints of Baker's Chocolate #523603

Color information

#523603 (or 0x523603) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 36 and 03. RGB value is (82,54,3). Sum of RGB (Red+Green+Blue) = 82+54+3=139 (18% of max value = 765). Red value is 82 (32.42% from 255 or 58.99% from 139); Green value is 54 (21.48% from 255 or 38.85% from 139); Blue value is 3 (1.56% from 255 or 2.16% from 139); Max value from RGB is 82 - color contains mainly: red. Hex color #523603 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523603 is #ADC9FC. Grayscale: #383838. Windows color (decimal): -11389437 or 210514. OLE color: 210514.

HSL color Cylindrical-coordinate representation of color #523603: hue angle of 38.73º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #523603 is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.68.

Color convert

RGB82543-
CMYK00.340.960.68
HSL38.73º92.94%16.67%-
HSV(B)38.73º96.34%32.16%-
XYZ4.824.440.69-
YUV56.5697.78146.15-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 58.99%
GREEN value IS 54 (21.48% from 255) = 38.85%
BLUE value IS 3 (1.56% from 255) = 2.16%
R=58.99%
G=38.85%
B=2.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.96
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8254300.340.960.6838.7392.9416.67
Hex523630226044275d11
Octal1226630421401044713521
Binary101001011011011010001011000001000100100111101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523603; }

 p { color: rgb(82,54,3); }

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

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

 a { background-color: rgb(82,54,3); }

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

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

 span { border-color: rgb(82,54,3); }

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