#50320B

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

Shades of Baker's Chocolate #50320B

Tints of Baker's Chocolate #50320B

Color information

#50320B (or 0x50320B) is unknown color: approx Baker's Chocolate. HEX triplet: 50, 32 and 0B. RGB value is (80,50,11). Sum of RGB (Red+Green+Blue) = 80+50+11=141 (18% of max value = 765). Red value is 80 (31.64% from 255 or 56.74% from 141); Green value is 50 (19.92% from 255 or 35.46% from 141); Blue value is 11 (4.69% from 255 or 7.80% from 141); Max value from RGB is 80 - color contains mainly: red. Hex color #50320B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50320B is #AFCDF4. Grayscale: #363636. Windows color (decimal): -11521525 or 733776. OLE color: 733776.

HSL color Cylindrical-coordinate representation of color #50320B: hue angle of 33.91º 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 #50320B is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.69.

Color convert

RGB805011-
CMYK00.370.860.69
HSL33.91º75.82%17.84%-
HSV(B)33.91º86.25%31.37%-
XYZ4.514.010.85-
YUV54.52103.44146.17-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 56.74%
GREEN value IS 50 (19.92% from 255) = 35.46%
BLUE value IS 11 (4.69% from 255) = 7.80%
R=56.74%
G=35.46%
B=7.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.86
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80501100.370.860.6933.9175.8217.84
Hex5032B0255645224c12
Octal12062130451261054211422
Binary10100001100101011010010110101101000101100010100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50320B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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