#523803

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

Shades of Baker's Chocolate #523803

Tints of Baker's Chocolate #523803

Color information

#523803 (or 0x523803) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 38 and 03. RGB value is (82,56,3). Sum of RGB (Red+Green+Blue) = 82+56+3=141 (18% of max value = 765). Red value is 82 (32.42% from 255 or 58.16% from 141); Green value is 56 (22.27% from 255 or 39.72% from 141); Blue value is 3 (1.56% from 255 or 2.13% from 141); Max value from RGB is 82 - color contains mainly: red. Hex color #523803 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523803 is #ADC7FC. Grayscale: #393939. Windows color (decimal): -11388925 or 211026. OLE color: 211026.

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

Color convert

RGB82563-
CMYK00.320.960.68
HSL40.25º92.94%16.67%-
HSV(B)40.25º96.34%32.16%-
XYZ4.914.630.72-
YUV57.7397.11145.31-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 58.16%
GREEN value IS 56 (22.27% from 255) = 39.72%
BLUE value IS 3 (1.56% from 255) = 2.13%
R=58.16%
G=39.72%
B=2.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.96
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8256300.320.960.6840.2592.9416.67
Hex523830206044285d11
Octal1227030401401045013521
Binary101001011100011010000011000001000100101000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523803; }

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

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

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

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

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

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

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

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