#50320D

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

Shades of Baker's Chocolate #50320D

Tints of Baker's Chocolate #50320D

Color information

#50320D (or 0x50320D) is unknown color: approx Baker's Chocolate. HEX triplet: 50, 32 and 0D. RGB value is (80,50,13). Sum of RGB (Red+Green+Blue) = 80+50+13=143 (18% of max value = 765). Red value is 80 (31.64% from 255 or 55.94% from 143); Green value is 50 (19.92% from 255 or 34.97% from 143); Blue value is 13 (5.47% from 255 or 9.09% from 143); Max value from RGB is 80 - color contains mainly: red. Hex color #50320D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50320D is #AFCDF2. Grayscale: #363636. Windows color (decimal): -11521523 or 864848. OLE color: 864848.

HSL color Cylindrical-coordinate representation of color #50320D: hue angle of 33.13º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #50320D is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.69.

Color convert

RGB805013-
CMYK00.370.840.69
HSL33.13º72.04%18.24%-
HSV(B)33.13º83.75%31.37%-
XYZ4.524.020.92-
YUV54.75104.44146.01-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 55.94%
GREEN value IS 50 (19.92% from 255) = 34.97%
BLUE value IS 13 (5.47% from 255) = 9.09%
R=55.94%
G=34.97%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.84
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80501300.370.840.6933.1372.0418.24
Hex5032D0255445214812
Octal12062150451241054111022
Binary10100001100101101010010110101001000101100001100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50320D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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