#3A2411

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

Shades of Cocoa Brown #3A2411

Tints of Cocoa Brown #3A2411

Color information

#3A2411 (or 0x3A2411) is unknown color: approx Cocoa Brown. HEX triplet: 3A, 24 and 11. RGB value is (58,36,17). Sum of RGB (Red+Green+Blue) = 58+36+17=111 (14% of max value = 765). Red value is 58 (23.05% from 255 or 52.25% from 111); Green value is 36 (14.45% from 255 or 32.43% from 111); Blue value is 17 (7.03% from 255 or 15.32% from 111); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2411 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A2411 is #C5DBEE. Grayscale: #282828. Windows color (decimal): -12966895 or 1123386. OLE color: 1123386.

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

Color convert

RGB583617-
CMYK00.380.710.77
HSL27.8º54.67%14.71%-
HSV(B)27.8º70.69%22.75%-
XYZ2.482.20.82-
YUV40.41114.79140.54-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 52.25%
GREEN value IS 36 (14.45% from 255) = 32.43%
BLUE value IS 17 (7.03% from 255) = 15.32%
R=52.25%
G=32.43%
B=15.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.71
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58361700.380.710.7727.854.6714.71
Hex3A2411026474D1c37f
Octal724421046107115346717
Binary11101010010010001010011010001111001101111001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,36,17); }

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

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

 a { background-color: rgb(58,36,17); }

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

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

 span { border-color: rgb(58,36,17); }

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