#50230A

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

Shades of Baker's Chocolate #50230A

Tints of Baker's Chocolate #50230A

Color information

#50230A (or 0x50230A) is unknown color: approx Baker's Chocolate. HEX triplet: 50, 23 and 0A. RGB value is (80,35,10). Sum of RGB (Red+Green+Blue) = 80+35+10=125 (16% of max value = 765). Red value is 80 (31.64% from 255 or 64% from 125); Green value is 35 (14.06% from 255 or 28% from 125); Blue value is 10 (4.30% from 255 or 8% from 125); Max value from RGB is 80 - color contains mainly: red. Hex color #50230A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50230A is #AFDCF5. Grayscale: #2D2D2D. Windows color (decimal): -11525366 or 664400. OLE color: 664400.

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

Color convert

RGB803510-
CMYK00.560.870.69
HSL21.43º77.78%17.65%-
HSV(B)21.43º87.5%31.37%-
XYZ3.962.930.64-
YUV45.6107.91152.53-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 64%
GREEN value IS 35 (14.06% from 255) = 28%
BLUE value IS 10 (4.30% from 255) = 8%
R=64%
G=28%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.87
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80351000.560.870.6921.4377.7817.65
Hex5023A0385745154e12
Octal12043120701271052511622
Binary1010000100011101001110001010111100010110101100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50230A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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