#50330B

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

Shades of Baker's Chocolate #50330B

Tints of Baker's Chocolate #50330B

Color information

#50330B (or 0x50330B) is unknown color: approx Baker's Chocolate. HEX triplet: 50, 33 and 0B. RGB value is (80,51,11). Sum of RGB (Red+Green+Blue) = 80+51+11=142 (18% of max value = 765). Red value is 80 (31.64% from 255 or 56.34% from 142); Green value is 51 (20.31% from 255 or 35.92% from 142); Blue value is 11 (4.69% from 255 or 7.75% from 142); Max value from RGB is 80 - color contains mainly: red. Hex color #50330B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50330B is #AFCCF4. Grayscale: #373737. Windows color (decimal): -11521269 or 734032. OLE color: 734032.

HSL color Cylindrical-coordinate representation of color #50330B: hue angle of 34.78º 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 #50330B is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.69.

Color convert

RGB805111-
CMYK00.360.860.69
HSL34.78º75.82%17.84%-
HSV(B)34.78º86.25%31.37%-
XYZ4.554.10.87-
YUV55.11103.11145.75-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 56.34%
GREEN value IS 51 (20.31% from 255) = 35.92%
BLUE value IS 11 (4.69% from 255) = 7.75%
R=56.34%
G=35.92%
B=7.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.86
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80511100.360.860.6934.7875.8217.84
Hex5033B0245645234c12
Octal12063130441261054311422
Binary10100001100111011010010010101101000101100011100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50330B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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