#50330A

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

Shades of Baker's Chocolate #50330A

Tints of Baker's Chocolate #50330A

Color information

#50330A (or 0x50330A) is unknown color: approx Baker's Chocolate. HEX triplet: 50, 33 and 0A. RGB value is (80,51,10). Sum of RGB (Red+Green+Blue) = 80+51+10=141 (18% of max value = 765). Red value is 80 (31.64% from 255 or 56.74% from 141); Green value is 51 (20.31% from 255 or 36.17% from 141); Blue value is 10 (4.30% from 255 or 7.09% from 141); Max value from RGB is 80 - color contains mainly: red. Hex color #50330A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50330A is #AFCCF5. Grayscale: #373737. Windows color (decimal): -11521270 or 668496. OLE color: 668496.

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

Color convert

RGB805110-
CMYK00.360.870.69
HSL35.14º77.78%17.65%-
HSV(B)35.14º87.5%31.37%-
XYZ4.554.10.84-
YUV55102.61145.83-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 56.74%
GREEN value IS 51 (20.31% from 255) = 36.17%
BLUE value IS 10 (4.30% from 255) = 7.09%
R=56.74%
G=36.17%
B=7.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.87
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80511000.360.870.6935.1477.7817.65
Hex5033A0245745234e12
Octal12063120441271054311622
Binary10100001100111010010010010101111000101100011100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50330A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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