#503610

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

Shades of Baker's Chocolate #503610

Tints of Baker's Chocolate #503610

Color information

#503610 (or 0x503610) is unknown color: approx Baker's Chocolate. HEX triplet: 50, 36 and 10. RGB value is (80,54,16). Sum of RGB (Red+Green+Blue) = 80+54+16=150 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.33% from 150); Green value is 54 (21.48% from 255 or 36% from 150); Blue value is 16 (6.64% from 255 or 10.67% from 150); Max value from RGB is 80 - color contains mainly: red. Hex color #503610 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503610 is #AFC9EF. Grayscale: #393939. Windows color (decimal): -11520496 or 1062480. OLE color: 1062480.

HSL color Cylindrical-coordinate representation of color #503610: hue angle of 35.62º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #503610 is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.69.

Color convert

RGB805416-
CMYK00.330.800.69
HSL35.62º66.67%18.82%-
HSV(B)35.62º80%31.37%-
XYZ4.724.381.09-
YUV57.44104.61144.09-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 53.33%
GREEN value IS 54 (21.48% from 255) = 36%
BLUE value IS 16 (6.64% from 255) = 10.67%
R=53.33%
G=36%
B=10.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.80
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80541600.330.800.6935.6266.6718.82
Hex5036100215045244313
Octal12066200411201054410323
Binary101000011011010000010000110100001000101100100100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503610; }

 p { color: rgb(80,54,16); }

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

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

 a { background-color: rgb(80,54,16); }

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

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

 span { border-color: rgb(80,54,16); }

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