#50270A

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

Shades of Baker's Chocolate #50270A

Tints of Baker's Chocolate #50270A

Color information

#50270A (or 0x50270A) is unknown color: approx Baker's Chocolate. HEX triplet: 50, 27 and 0A. RGB value is (80,39,10). Sum of RGB (Red+Green+Blue) = 80+39+10=129 (17% of max value = 765). Red value is 80 (31.64% from 255 or 62.02% from 129); Green value is 39 (15.62% from 255 or 30.23% from 129); Blue value is 10 (4.30% from 255 or 7.75% from 129); Max value from RGB is 80 - color contains mainly: red. Hex color #50270A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50270A is #AFD8F5. Grayscale: #303030. Windows color (decimal): -11524342 or 665424. OLE color: 665424.

HSL color Cylindrical-coordinate representation of color #50270A: hue angle of 24.86º 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 #50270A is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.69.

Color convert

RGB803910-
CMYK00.510.870.69
HSL24.86º77.78%17.65%-
HSV(B)24.86º87.5%31.37%-
XYZ4.093.180.69-
YUV47.95106.58150.86-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 62.02%
GREEN value IS 39 (15.62% from 255) = 30.23%
BLUE value IS 10 (4.30% from 255) = 7.75%
R=62.02%
G=30.23%
B=7.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.87
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80391000.510.870.6924.8677.7817.65
Hex5027A0335745194e12
Octal12047120631271053111622
Binary1010000100111101001100111010111100010111001100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50270A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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