#513103

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

Shades of Baker's Chocolate #513103

Tints of Baker's Chocolate #513103

Color information

#513103 (or 0x513103) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 31 and 03. RGB value is (81,49,3). Sum of RGB (Red+Green+Blue) = 81+49+3=133 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60.90% from 133); Green value is 49 (19.53% from 255 or 36.84% from 133); Blue value is 3 (1.56% from 255 or 2.26% from 133); Max value from RGB is 81 - color contains mainly: red. Hex color #513103 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513103 is #AECEFC. Grayscale: #353535. Windows color (decimal): -11456253 or 209233. OLE color: 209233.

HSL color Cylindrical-coordinate representation of color #513103: hue angle of 35.38º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #513103 is Cyan = 0, Magento = 0.40, Yellow = 0.96 and Black (K on CMYK) = 0.68.

Color convert

RGB81493-
CMYK00.400.960.68
HSL35.38º92.86%16.47%-
HSV(B)35.38º96.3%31.76%-
XYZ4.513.950.61-
YUV53.3299.6147.74-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 60.90%
GREEN value IS 49 (19.53% from 255) = 36.84%
BLUE value IS 3 (1.56% from 255) = 2.26%
R=60.90%
G=36.84%
B=2.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.96
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8149300.400.960.6835.3892.8616.47
Hex513130286044235d10
Octal1216130501401044313520
Binary101000111000111010100011000001000100100011101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513103; }

 p { color: rgb(81,49,3); }

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

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

 a { background-color: rgb(81,49,3); }

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

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

 span { border-color: rgb(81,49,3); }

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