#3A2913

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

Shades of Cocoa Brown #3A2913

Tints of Cocoa Brown #3A2913

Color information

#3A2913 (or 0x3A2913) is unknown color: approx Cocoa Brown. HEX triplet: 3A, 29 and 13. RGB value is (58,41,19). Sum of RGB (Red+Green+Blue) = 58+41+19=118 (15% of max value = 765). Red value is 58 (23.05% from 255 or 49.15% from 118); Green value is 41 (16.41% from 255 or 34.75% from 118); Blue value is 19 (7.81% from 255 or 16.10% from 118); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2913 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A2913 is #C5D6EC. Grayscale: #2B2B2B. Windows color (decimal): -12965613 or 1255738. OLE color: 1255738.

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

Color convert

RGB584119-
CMYK00.290.670.77
HSL33.85º50.65%15.1%-
HSV(B)33.85º67.24%22.75%-
XYZ2.662.530.96-
YUV43.58114.13138.29-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 49.15%
GREEN value IS 41 (16.41% from 255) = 34.75%
BLUE value IS 19 (7.81% from 255) = 16.10%
R=49.15%
G=34.75%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.67
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58411900.290.670.7733.8550.6515.1
Hex3A291301D434D2233f
Octal725123035103115426317
Binary11101010100110011011101100001110011011000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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