#50380A

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

Shades of Baker's Chocolate #50380A

Tints of Baker's Chocolate #50380A

Color information

#50380A (or 0x50380A) is unknown color: approx Baker's Chocolate. HEX triplet: 50, 38 and 0A. RGB value is (80,56,10). Sum of RGB (Red+Green+Blue) = 80+56+10=146 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.79% from 146); Green value is 56 (22.27% from 255 or 38.36% from 146); Blue value is 10 (4.30% from 255 or 6.85% from 146); Max value from RGB is 80 - color contains mainly: red. Hex color #50380A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50380A is #AFC7F5. Grayscale: #3A3A3A. Windows color (decimal): -11519990 or 669776. OLE color: 669776.

HSL color Cylindrical-coordinate representation of color #50380A: hue angle of 39.43º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #50380A is Cyan = 0, Magento = 0.30, Yellow = 0.87 and Black (K on CMYK) = 0.69.

Color convert

RGB805610-
CMYK00.300.870.69
HSL39.43º77.78%17.65%-
HSV(B)39.43º87.5%31.37%-
XYZ4.784.560.91-
YUV57.93100.95143.74-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 54.79%
GREEN value IS 56 (22.27% from 255) = 38.36%
BLUE value IS 10 (4.30% from 255) = 6.85%
R=54.79%
G=38.36%
B=6.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.87
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80561000.300.870.6939.4377.7817.65
Hex5038A01E5745274e12
Octal12070120361271054711622
Binary1010000111000101001111010101111000101100111100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50380A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50380A; }

 p { color: rgb(80,56,10); }

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

<style>
 a { background-color: #50380A; }

 a { background-color: rgb(80,56,10); }

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

<style>
 span { border-color: #50380A; }

 span { border-color: rgb(80,56,10); }

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