#522308

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

Shades of Baker's Chocolate #522308

Tints of Baker's Chocolate #522308

Color information

#522308 (or 0x522308) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 23 and 08. RGB value is (82,35,8). Sum of RGB (Red+Green+Blue) = 82+35+8=125 (16% of max value = 765). Red value is 82 (32.42% from 255 or 65.6% from 125); Green value is 35 (14.06% from 255 or 28% from 125); Blue value is 8 (3.52% from 255 or 6.4% from 125); Max value from RGB is 82 - color contains mainly: red. Hex color #522308 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522308 is #ADDCF7. Grayscale: #2E2E2E. Windows color (decimal): -11394296 or 533330. OLE color: 533330.

HSL color Cylindrical-coordinate representation of color #522308: hue angle of 21.89º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #522308 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.68.

Color convert

RGB82358-
CMYK00.570.900.68
HSL21.89º82.22%17.65%-
HSV(B)21.89º90.24%32.16%-
XYZ4.123.010.59-
YUV45.98106.57153.7-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 65.6%
GREEN value IS 35 (14.06% from 255) = 28%
BLUE value IS 8 (3.52% from 255) = 6.4%
R=65.6%
G=28%
B=6.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.90
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8235800.570.900.6821.8982.2217.65
Hex522380395A44165212
Octal12243100711321042612222
Binary1010010100011100001110011011010100010010110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522308; }

 p { color: rgb(82,35,8); }

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

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

 a { background-color: rgb(82,35,8); }

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

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

 span { border-color: rgb(82,35,8); }

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