#523005

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

Shades of Baker's Chocolate #523005

Tints of Baker's Chocolate #523005

Color information

#523005 (or 0x523005) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 30 and 05. RGB value is (82,48,5). Sum of RGB (Red+Green+Blue) = 82+48+5=135 (17% of max value = 765). Red value is 82 (32.42% from 255 or 60.74% from 135); Green value is 48 (19.14% from 255 or 35.56% from 135); Blue value is 5 (2.34% from 255 or 3.70% from 135); Max value from RGB is 82 - color contains mainly: red. Hex color #523005 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523005 is #ADCFFA. Grayscale: #353535. Windows color (decimal): -11390971 or 340050. OLE color: 340050.

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

Color convert

RGB82485-
CMYK00.410.940.68
HSL33.51º88.51%17.06%-
HSV(B)33.51º93.9%32.16%-
XYZ4.563.920.66-
YUV53.26100.76148.5-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 60.74%
GREEN value IS 48 (19.14% from 255) = 35.56%
BLUE value IS 5 (2.34% from 255) = 3.70%
R=60.74%
G=35.56%
B=3.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.94
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8248500.410.940.6833.5188.5117.06
Hex523050295E44225911
Octal1226050511361044213121
Binary1010010110000101010100110111101000100100010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523005; }

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

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

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

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

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

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

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

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