#523002

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

Shades of Baker's Chocolate #523002

Tints of Baker's Chocolate #523002

Color information

#523002 (or 0x523002) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 30 and 02. RGB value is (82,48,2). Sum of RGB (Red+Green+Blue) = 82+48+2=132 (17% of max value = 765). Red value is 82 (32.42% from 255 or 62.12% from 132); Green value is 48 (19.14% from 255 or 36.36% from 132); Blue value is 2 (1.17% from 255 or 1.52% from 132); Max value from RGB is 82 - color contains mainly: red. Hex color #523002 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523002 is #ADCFFD. Grayscale: #353535. Windows color (decimal): -11390974 or 143442. OLE color: 143442.

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

Color convert

RGB82482-
CMYK00.410.980.68
HSL34.5º95.24%16.47%-
HSV(B)34.5º97.56%32.16%-
XYZ4.553.910.57-
YUV52.9299.26148.74-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 62.12%
GREEN value IS 48 (19.14% from 255) = 36.36%
BLUE value IS 2 (1.17% from 255) = 1.52%
R=62.12%
G=36.36%
B=1.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.98
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8248200.410.980.6834.595.2416.47
Hex523020296244225f10
Octal1226020511421044213720
Binary101001011000010010100111000101000100100010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523002; }

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

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

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

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

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

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

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

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