#513901

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

Shades of Baker's Chocolate #513901

Tints of Baker's Chocolate #513901

Color information

#513901 (or 0x513901) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 39 and 01. RGB value is (81,57,1). Sum of RGB (Red+Green+Blue) = 81+57+1=139 (18% of max value = 765). Red value is 81 (32.03% from 255 or 58.27% from 139); Green value is 57 (22.66% from 255 or 41.01% from 139); Blue value is 1 (0.78% from 255 or 0.72% from 139); Max value from RGB is 81 - color contains mainly: red. Hex color #513901 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513901 is #AEC6FE. Grayscale: #3A3A3A. Windows color (decimal): -11454207 or 80209. OLE color: 80209.

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

Color convert

RGB81571-
CMYK00.300.990.68
HSL42º97.56%16.08%-
HSV(B)42º98.77%31.76%-
XYZ4.864.680.68-
YUV57.7995.95144.55-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 58.27%
GREEN value IS 57 (22.66% from 255) = 41.01%
BLUE value IS 1 (0.78% from 255) = 0.72%
R=58.27%
G=41.01%
B=0.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.99
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8157100.300.990.684297.5616.08
Hex5139101E63442a6210
Octal1217110361431045214220
Binary1010001111001101111011000111000100101010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513901; }

 p { color: rgb(81,57,1); }

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

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

 a { background-color: rgb(81,57,1); }

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

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

 span { border-color: rgb(81,57,1); }

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