#502102

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

Shades of Baker's Chocolate #502102

Tints of Baker's Chocolate #502102

Color information

#502102 (or 0x502102) is unknown color: approx Baker's Chocolate. HEX triplet: 50, 21 and 02. RGB value is (80,33,2). Sum of RGB (Red+Green+Blue) = 80+33+2=115 (15% of max value = 765). Red value is 80 (31.64% from 255 or 69.57% from 115); Green value is 33 (13.28% from 255 or 28.70% from 115); Blue value is 2 (1.17% from 255 or 1.74% from 115); Max value from RGB is 80 - color contains mainly: red. Hex color #502102 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502102 is #AFDEFD. Grayscale: #2B2B2B. Windows color (decimal): -11525886 or 139600. OLE color: 139600.

HSL color Cylindrical-coordinate representation of color #502102: hue angle of 23.85º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #502102 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.69.

Color convert

RGB80332-
CMYK00.590.980.69
HSL23.85º95.12%16.08%-
HSV(B)23.85º97.5%31.37%-
XYZ3.862.80.39-
YUV43.52104.57154.02-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 69.57%
GREEN value IS 33 (13.28% from 255) = 28.70%
BLUE value IS 2 (1.17% from 255) = 1.74%
R=69.57%
G=28.70%
B=1.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.98
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8033200.590.980.6923.8595.1216.08
Hex5021203B6245185f10
Octal1204120731421053013720
Binary10100001000011001110111100010100010111000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502102; }

 p { color: rgb(80,33,2); }

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

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

 a { background-color: rgb(80,33,2); }

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

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

 span { border-color: rgb(80,33,2); }

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