#50300C

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

Shades of Baker's Chocolate #50300C

Tints of Baker's Chocolate #50300C

Color information

#50300C (or 0x50300C) is unknown color: approx Baker's Chocolate. HEX triplet: 50, 30 and 0C. RGB value is (80,48,12). Sum of RGB (Red+Green+Blue) = 80+48+12=140 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.14% from 140); Green value is 48 (19.14% from 255 or 34.29% from 140); Blue value is 12 (5.08% from 255 or 8.57% from 140); Max value from RGB is 80 - color contains mainly: red. Hex color #50300C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50300C is #AFCFF3. Grayscale: #353535. Windows color (decimal): -11522036 or 798800. OLE color: 798800.

HSL color Cylindrical-coordinate representation of color #50300C: hue angle of 31.76º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #50300C is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.69.

Color convert

RGB804812-
CMYK00.400.850.69
HSL31.76º73.91%18.04%-
HSV(B)31.76º85%31.37%-
XYZ4.433.850.86-
YUV53.46104.6146.93-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 57.14%
GREEN value IS 48 (19.14% from 255) = 34.29%
BLUE value IS 12 (5.08% from 255) = 8.57%
R=57.14%
G=34.29%
B=8.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.85
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80481200.400.850.6931.7673.9118.04
Hex5030C0285545204a12
Octal12060140501251054011222
Binary10100001100001100010100010101011000101100000100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50300C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50300C; }

 p { color: rgb(80,48,12); }

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

<style>
 a { background-color: #50300C; }

 a { background-color: rgb(80,48,12); }

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

<style>
 span { border-color: #50300C; }

 span { border-color: rgb(80,48,12); }

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