#502F0F

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

Shades of Baker's Chocolate #502F0F

Tints of Baker's Chocolate #502F0F

Color information

#502F0F (or 0x502F0F) is unknown color: approx Baker's Chocolate. HEX triplet: 50, 2F and 0F. RGB value is (80,47,15). Sum of RGB (Red+Green+Blue) = 80+47+15=142 (18% of max value = 765). Red value is 80 (31.64% from 255 or 56.34% from 142); Green value is 47 (18.75% from 255 or 33.10% from 142); Blue value is 15 (6.25% from 255 or 10.56% from 142); Max value from RGB is 80 - color contains mainly: red. Hex color #502F0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502F0F is #AFD0F0. Grayscale: #353535. Windows color (decimal): -11522289 or 995152. OLE color: 995152.

HSL color Cylindrical-coordinate representation of color #502F0F: hue angle of 29.54º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #502F0F is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.69.

Color convert

RGB804715-
CMYK00.410.810.69
HSL29.54º68.42%18.63%-
HSV(B)29.54º81.25%31.37%-
XYZ4.413.770.95-
YUV53.22106.43147.1-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 56.34%
GREEN value IS 47 (18.75% from 255) = 33.10%
BLUE value IS 15 (6.25% from 255) = 10.56%
R=56.34%
G=33.10%
B=10.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.81
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80471500.410.810.6929.5468.4218.63
Hex502FF02951451e4413
Octal12057170511211053610423
Binary1010000101111111101010011010001100010111110100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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