#502206

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

Shades of Baker's Chocolate #502206

Tints of Baker's Chocolate #502206

Color information

#502206 (or 0x502206) is unknown color: approx Baker's Chocolate. HEX triplet: 50, 22 and 06. RGB value is (80,34,6). Sum of RGB (Red+Green+Blue) = 80+34+6=120 (15% of max value = 765). Red value is 80 (31.64% from 255 or 66.67% from 120); Green value is 34 (13.67% from 255 or 28.33% from 120); Blue value is 6 (2.73% from 255 or 5% from 120); Max value from RGB is 80 - color contains mainly: red. Hex color #502206 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502206 is #AFDDF9. Grayscale: #2C2C2C. Windows color (decimal): -11525626 or 402000. OLE color: 402000.

HSL color Cylindrical-coordinate representation of color #502206: hue angle of 22.7º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #502206 is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.69.

Color convert

RGB80346-
CMYK00.580.920.69
HSL22.7º86.05%16.86%-
HSV(B)22.7º92.5%31.37%-
XYZ3.912.860.52-
YUV44.56106.24153.28-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 66.67%
GREEN value IS 34 (13.67% from 255) = 28.33%
BLUE value IS 6 (2.73% from 255) = 5%
R=66.67%
G=28.33%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.92
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8034600.580.920.6922.786.0516.86
Hex5022603A5C45175611
Octal1204260721341052712621
Binary101000010001011001110101011100100010110111101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502206; }

 p { color: rgb(80,34,6); }

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

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

 a { background-color: rgb(80,34,6); }

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

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

 span { border-color: rgb(80,34,6); }

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