#3A291B

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

Shades of Cocoa Brown #3A291B

Tints of Cocoa Brown #3A291B

Color information

#3A291B (or 0x3A291B) is unknown color: approx Cocoa Brown. HEX triplet: 3A, 29 and 1B. RGB value is (58,41,27). Sum of RGB (Red+Green+Blue) = 58+41+27=126 (16% of max value = 765). Red value is 58 (23.05% from 255 or 46.03% from 126); Green value is 41 (16.41% from 255 or 32.54% from 126); Blue value is 27 (10.94% from 255 or 21.43% from 126); Max value from RGB is 58 - color contains mainly: red. Hex color #3A291B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A291B is #C5D6E4. Grayscale: #2C2C2C. Windows color (decimal): -12965605 or 1780026. OLE color: 1780026.

HSL color Cylindrical-coordinate representation of color #3A291B: hue angle of 27.1º degrees, saturation: 0.36, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3A291B is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.77.

Color convert

RGB584127-
CMYK00.290.530.77
HSL27.1º36.47%16.67%-
HSV(B)27.1º53.45%22.75%-
XYZ2.742.561.39-
YUV44.49118.13137.64-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 46.03%
GREEN value IS 41 (16.41% from 255) = 32.54%
BLUE value IS 27 (10.94% from 255) = 21.43%
R=46.03%
G=32.54%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.53
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58412700.290.530.7727.136.4716.67
Hex3A291B01D354D1b2411
Octal72513303565115334421
Binary1110101010011101101110111010110011011101110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A291B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A291B; }

 p { color: rgb(58,41,27); }

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

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

 a { background-color: rgb(58,41,27); }

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

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

 span { border-color: rgb(58,41,27); }

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