#52340F

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

Shades of Baker's Chocolate #52340F

Tints of Baker's Chocolate #52340F

Color information

#52340F (or 0x52340F) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 34 and 0F. RGB value is (82,52,15). Sum of RGB (Red+Green+Blue) = 82+52+15=149 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.03% from 149); Green value is 52 (20.70% from 255 or 34.90% from 149); Blue value is 15 (6.25% from 255 or 10.07% from 149); Max value from RGB is 82 - color contains mainly: red. Hex color #52340F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #52340F is #ADCBF0. Grayscale: #383838. Windows color (decimal): -11389937 or 996434. OLE color: 996434.

HSL color Cylindrical-coordinate representation of color #52340F: hue angle of 33.13º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #52340F is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.68.

Color convert

RGB825215-
CMYK00.370.820.68
HSL33.13º69.07%19.02%-
HSV(B)33.13º81.71%32.16%-
XYZ4.794.281.03-
YUV56.75104.44146.01-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 55.03%
GREEN value IS 52 (20.70% from 255) = 34.90%
BLUE value IS 15 (6.25% from 255) = 10.07%
R=55.03%
G=34.90%
B=10.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.82
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82521500.370.820.6833.1369.0719.02
Hex5234F0255244214513
Octal12264170451221044110523
Binary10100101101001111010010110100101000100100001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52340F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52340F; }

 p { color: rgb(82,52,15); }

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

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

 a { background-color: rgb(82,52,15); }

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

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

 span { border-color: rgb(82,52,15); }

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