#513630

Color #513630 Cocoa Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cocoa Bean #513630

Tints of Cocoa Bean #513630

Color information

#513630 (or 0x513630) is unknown color: approx Cocoa Bean. HEX triplet: 51, 36 and 30. RGB value is (81,54,48). Sum of RGB (Red+Green+Blue) = 81+54+48=183 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.26% from 183); Green value is 54 (21.48% from 255 or 29.51% from 183); Blue value is 48 (19.14% from 255 or 26.23% from 183); Max value from RGB is 81 - color contains mainly: red. Hex color #513630 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513630 is #AEC9CF. Grayscale: #3D3D3D. Windows color (decimal): -11454928 or 3159633. OLE color: 3159633.

HSL color Cylindrical-coordinate representation of color #513630: hue angle of 10.91º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #513630 is Cyan = 0, Magento = 0.33, Yellow = 0.41 and Black (K on CMYK) = 0.68.

Color convert

RGB815448-
CMYK00.330.410.68
HSL10.91º25.58%25.29%-
HSV(B)10.91º40.74%31.76%-
XYZ5.254.63.41-
YUV61.39120.45141.99-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.26%
GREEN value IS 54 (21.48% from 255) = 29.51%
BLUE value IS 48 (19.14% from 255) = 26.23%
R=44.26%
G=29.51%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.41
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81544800.330.410.6810.9125.5825.29
Hex5136300212944b1a19
Octal121666004151104133231
Binary10100011101101100000100001101001100010010111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513630; }

 p { color: rgb(81,54,48); }

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

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

 a { background-color: rgb(81,54,48); }

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

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

 span { border-color: rgb(81,54,48); }

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