#50250B

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

Shades of Baker's Chocolate #50250B

Tints of Baker's Chocolate #50250B

Color information

#50250B (or 0x50250B) is unknown color: approx Baker's Chocolate. HEX triplet: 50, 25 and 0B. RGB value is (80,37,11). Sum of RGB (Red+Green+Blue) = 80+37+11=128 (16% of max value = 765). Red value is 80 (31.64% from 255 or 62.5% from 128); Green value is 37 (14.84% from 255 or 28.91% from 128); Blue value is 11 (4.69% from 255 or 8.59% from 128); Max value from RGB is 80 - color contains mainly: red. Hex color #50250B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50250B is #AFDAF4. Grayscale: #2F2F2F. Windows color (decimal): -11524853 or 730448. OLE color: 730448.

HSL color Cylindrical-coordinate representation of color #50250B: hue angle of 22.61º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #50250B is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.69.

Color convert

RGB803711-
CMYK00.540.860.69
HSL22.61º75.82%17.84%-
HSV(B)22.61º86.25%31.37%-
XYZ4.033.050.69-
YUV46.89107.75151.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 62.5%
GREEN value IS 37 (14.84% from 255) = 28.91%
BLUE value IS 11 (4.69% from 255) = 8.59%
R=62.5%
G=28.91%
B=8.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.86
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80371100.540.860.6922.6175.8217.84
Hex5025B0365645174c12
Octal12045130661261052711422
Binary1010000100101101101101101010110100010110111100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50250B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50250B; }

 p { color: rgb(80,37,11); }

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

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

 a { background-color: rgb(80,37,11); }

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

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

 span { border-color: rgb(80,37,11); }

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