#502302

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

Shades of Baker's Chocolate #502302

Tints of Baker's Chocolate #502302

Color information

#502302 (or 0x502302) is unknown color: approx Baker's Chocolate. HEX triplet: 50, 23 and 02. RGB value is (80,35,2). Sum of RGB (Red+Green+Blue) = 80+35+2=117 (15% of max value = 765). Red value is 80 (31.64% from 255 or 68.38% from 117); Green value is 35 (14.06% from 255 or 29.91% from 117); Blue value is 2 (1.17% from 255 or 1.71% from 117); Max value from RGB is 80 - color contains mainly: red. Hex color #502302 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502302 is #AFDCFD. Grayscale: #2C2C2C. Windows color (decimal): -11525374 or 140112. OLE color: 140112.

HSL color Cylindrical-coordinate representation of color #502302: hue angle of 25.38º 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 #502302 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.69.

Color convert

RGB80352-
CMYK00.560.980.69
HSL25.38º95.12%16.08%-
HSV(B)25.38º97.5%31.37%-
XYZ3.922.910.41-
YUV44.69103.91153.18-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 68.38%
GREEN value IS 35 (14.06% from 255) = 29.91%
BLUE value IS 2 (1.17% from 255) = 1.71%
R=68.38%
G=29.91%
B=1.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.98
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8035200.560.980.6925.3895.1216.08
Hex502320386245195f10
Octal1204320701421053113720
Binary10100001000111001110001100010100010111001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502302; }

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

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

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

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

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

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

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

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