#523902

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

Shades of Baker's Chocolate #523902

Tints of Baker's Chocolate #523902

Color information

#523902 (or 0x523902) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 39 and 02. RGB value is (82,57,2). Sum of RGB (Red+Green+Blue) = 82+57+2=141 (18% of max value = 765). Red value is 82 (32.42% from 255 or 58.16% from 141); Green value is 57 (22.66% from 255 or 40.43% from 141); Blue value is 2 (1.17% from 255 or 1.42% from 141); Max value from RGB is 82 - color contains mainly: red. Hex color #523902 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523902 is #ADC6FD. Grayscale: #3A3A3A. Windows color (decimal): -11388670 or 145746. OLE color: 145746.

HSL color Cylindrical-coordinate representation of color #523902: hue angle of 41.25º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #523902 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.68.

Color convert

RGB82572-
CMYK00.300.980.68
HSL41.25º95.24%16.47%-
HSV(B)41.25º97.56%32.16%-
XYZ4.954.720.71-
YUV58.296.28144.97-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 58.16%
GREEN value IS 57 (22.66% from 255) = 40.43%
BLUE value IS 2 (1.17% from 255) = 1.42%
R=58.16%
G=40.43%
B=1.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.98
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8257200.300.980.6841.2595.2416.47
Hex5239201E6244295f10
Octal1227120361421045113720
Binary10100101110011001111011000101000100101001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523902; }

 p { color: rgb(82,57,2); }

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

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

 a { background-color: rgb(82,57,2); }

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

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

 span { border-color: rgb(82,57,2); }

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