#50270c

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

Shades of Baker's Chocolate #50270C

Tints of Baker's Chocolate #50270C

Color information

#50270C (or 0x50270C) is unknown color: approx Baker's Chocolate. HEX triplet: 50, 27 and 0C. RGB value is (80,39,12). Sum of RGB (Red+Green+Blue) = 80+39+12=131 (17% of max value = 765). Red value is 80 (31.64% from 255 or 61.07% from 131); Green value is 39 (15.62% from 255 or 29.77% from 131); Blue value is 12 (5.08% from 255 or 9.16% from 131); Max value from RGB is 80 - color contains mainly: red. Hex color #50270C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50270C is #AFD8F3. Grayscale: #303030. Windows color (decimal): -11524340 or 796496. OLE color: 796496.

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

Color convert

RGB803912-
CMYK00.510.850.69
HSL23.82º73.91%18.04%-
HSV(B)23.82º85%31.37%-
XYZ4.13.180.75-
YUV48.18107.58150.7-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 61.07%
GREEN value IS 39 (15.62% from 255) = 29.77%
BLUE value IS 12 (5.08% from 255) = 9.16%
R=61.07%
G=29.77%
B=9.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.85
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80391200.510.850.6923.8273.9118.04
Hex5027C0335545184a12
Octal12047140631251053011222
Binary1010000100111110001100111010101100010111000100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50270c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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