#3A2711

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

Shades of Cocoa Brown #3A2711

Tints of Cocoa Brown #3A2711

Color information

#3A2711 (or 0x3A2711) is unknown color: approx Cocoa Brown. HEX triplet: 3A, 27 and 11. RGB value is (58,39,17). Sum of RGB (Red+Green+Blue) = 58+39+17=114 (15% of max value = 765). Red value is 58 (23.05% from 255 or 50.88% from 114); Green value is 39 (15.62% from 255 or 34.21% from 114); Blue value is 17 (7.03% from 255 or 14.91% from 114); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2711 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A2711 is #C5D8EE. Grayscale: #2A2A2A. Windows color (decimal): -12966127 or 1124154. OLE color: 1124154.

HSL color Cylindrical-coordinate representation of color #3A2711: hue angle of 32.2º 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 #3A2711 is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.77.

Color convert

RGB583917-
CMYK00.330.710.77
HSL32.2º54.67%14.71%-
HSV(B)32.2º70.69%22.75%-
XYZ2.572.390.86-
YUV42.17113.79139.29-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 50.88%
GREEN value IS 39 (15.62% from 255) = 34.21%
BLUE value IS 17 (7.03% from 255) = 14.91%
R=50.88%
G=34.21%
B=14.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.71
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58391700.330.710.7732.254.6714.71
Hex3A2711021474D2037f
Octal724721041107115406717
Binary111010100111100010100001100011110011011000001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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