#52300E

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

Shades of Baker's Chocolate #52300E

Tints of Baker's Chocolate #52300E

Color information

#52300E (or 0x52300E) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 30 and 0E. RGB value is (82,48,14). Sum of RGB (Red+Green+Blue) = 82+48+14=144 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.94% from 144); Green value is 48 (19.14% from 255 or 33.33% from 144); Blue value is 14 (5.86% from 255 or 9.72% from 144); Max value from RGB is 82 - color contains mainly: red. Hex color #52300E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #52300E is #ADCFF1. Grayscale: #363636. Windows color (decimal): -11390962 or 929874. OLE color: 929874.

HSL color Cylindrical-coordinate representation of color #52300E: hue angle of 30º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #52300E is Cyan = 0, Magento = 0.41, Yellow = 0.83 and Black (K on CMYK) = 0.68.

Color convert

RGB824814-
CMYK00.410.830.68
HSL30º70.83%18.82%-
HSV(B)30º82.93%32.16%-
XYZ4.623.940.93-
YUV54.29105.26147.76-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 56.94%
GREEN value IS 48 (19.14% from 255) = 33.33%
BLUE value IS 14 (5.86% from 255) = 9.72%
R=56.94%
G=33.33%
B=9.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.83
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82481400.410.830.683070.8318.82
Hex5230E02953441e4713
Octal12260160511231043610723
Binary1010010110000111001010011010011100010011110100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52300E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52300E; }

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

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

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

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

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

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

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

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