#50270B

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

Shades of Baker's Chocolate #50270B

Tints of Baker's Chocolate #50270B

Color information

#50270B (or 0x50270B) is unknown color: approx Baker's Chocolate. HEX triplet: 50, 27 and 0B. RGB value is (80,39,11). Sum of RGB (Red+Green+Blue) = 80+39+11=130 (17% of max value = 765). Red value is 80 (31.64% from 255 or 61.54% from 130); Green value is 39 (15.62% from 255 or 30% from 130); Blue value is 11 (4.69% from 255 or 8.46% from 130); Max value from RGB is 80 - color contains mainly: red. Hex color #50270B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50270B is #AFD8F4. Grayscale: #303030. Windows color (decimal): -11524341 or 730960. OLE color: 730960.

HSL color Cylindrical-coordinate representation of color #50270B: hue angle of 24.35º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #50270B is Cyan = 0, Magento = 0.51, Yellow = 0.86 and Black (K on CMYK) = 0.69.

Color convert

RGB803911-
CMYK00.510.860.69
HSL24.35º75.82%17.84%-
HSV(B)24.35º86.25%31.37%-
XYZ4.093.180.71-
YUV48.07107.08150.78-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 61.54%
GREEN value IS 39 (15.62% from 255) = 30%
BLUE value IS 11 (4.69% from 255) = 8.46%
R=61.54%
G=30%
B=8.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.86
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80391100.510.860.6924.3575.8217.84
Hex5027B0335645184c12
Octal12047130631261053011422
Binary1010000100111101101100111010110100010111000100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50270B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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