#493835

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

Shades of Cocoa Bean #493835

Tints of Cocoa Bean #493835

Color information

#493835 (or 0x493835) is unknown color: approx Cocoa Bean. HEX triplet: 49, 38 and 35. RGB value is (73,56,53). Sum of RGB (Red+Green+Blue) = 73+56+53=182 (24% of max value = 765). Red value is 73 (28.91% from 255 or 40.11% from 182); Green value is 56 (22.27% from 255 or 30.77% from 182); Blue value is 53 (21.09% from 255 or 29.12% from 182); Max value from RGB is 73 - color contains mainly: red. Hex color #493835 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493835 is #B6C7CA. Grayscale: #3C3C3C. Windows color (decimal): -11978699 or 3487817. OLE color: 3487817.

HSL color Cylindrical-coordinate representation of color #493835: hue angle of 9º degrees, saturation: 0.16, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #493835 is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.71.

Color convert

RGB735653-
CMYK00.230.270.71
HSL15.87%24.71%-
HSV(B)27.4%28.63%-
XYZ4.84.53.98-
YUV60.74123.63136.74-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 40.11%
GREEN value IS 56 (22.27% from 255) = 30.77%
BLUE value IS 53 (21.09% from 255) = 29.12%
R=40.11%
G=30.77%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73565300.230.270.71915.8724.71
Hex4938350171B4791019
Octal111706502733107112031
Binary100100111100011010101011111011100011110011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493835; }

 p { color: rgb(73,56,53); }

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

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

 a { background-color: rgb(73,56,53); }

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

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

 span { border-color: rgb(73,56,53); }

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