#502F06

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

Shades of Baker's Chocolate #502F06

Tints of Baker's Chocolate #502F06

Color information

#502F06 (or 0x502F06) is unknown color: approx Baker's Chocolate. HEX triplet: 50, 2F and 06. RGB value is (80,47,6). Sum of RGB (Red+Green+Blue) = 80+47+6=133 (17% of max value = 765). Red value is 80 (31.64% from 255 or 60.15% from 133); Green value is 47 (18.75% from 255 or 35.34% from 133); Blue value is 6 (2.73% from 255 or 4.51% from 133); Max value from RGB is 80 - color contains mainly: red. Hex color #502F06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502F06 is #AFD0F9. Grayscale: #343434. Windows color (decimal): -11522298 or 405328. OLE color: 405328.

HSL color Cylindrical-coordinate representation of color #502F06: hue angle of 33.24º 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 #502F06 is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.69.

Color convert

RGB80476-
CMYK00.410.920.69
HSL33.24º86.05%16.86%-
HSV(B)33.24º92.5%31.37%-
XYZ4.363.750.67-
YUV52.19101.93147.83-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 60.15%
GREEN value IS 47 (18.75% from 255) = 35.34%
BLUE value IS 6 (2.73% from 255) = 4.51%
R=60.15%
G=35.34%
B=4.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.92
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8047600.410.920.6933.2486.0516.86
Hex502F60295C45215611
Octal1205760511341054112621
Binary1010000101111110010100110111001000101100001101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502F06; }

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

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

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

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

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

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

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

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