#3A2618

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

Shades of Cocoa Brown #3A2618

Tints of Cocoa Brown #3A2618

Color information

#3A2618 (or 0x3A2618) is unknown color: approx Cocoa Brown. HEX triplet: 3A, 26 and 18. RGB value is (58,38,24). Sum of RGB (Red+Green+Blue) = 58+38+24=120 (15% of max value = 765). Red value is 58 (23.05% from 255 or 48.33% from 120); Green value is 38 (15.23% from 255 or 31.67% from 120); Blue value is 24 (9.77% from 255 or 20% from 120); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2618 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A2618 is #C5D9E7. Grayscale: #2A2A2A. Windows color (decimal): -12966376 or 1582650. OLE color: 1582650.

HSL color Cylindrical-coordinate representation of color #3A2618: hue angle of 24.71º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A2618 is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.77.

Color convert

RGB583824-
CMYK00.340.590.77
HSL24.71º41.46%16.08%-
HSV(B)24.71º58.62%22.75%-
XYZ2.62.351.18-
YUV42.38117.63139.14-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 48.33%
GREEN value IS 38 (15.23% from 255) = 31.67%
BLUE value IS 24 (9.77% from 255) = 20%
R=48.33%
G=31.67%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.59
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58382400.340.590.7724.7141.4616.08
Hex3A26180223B4D192910
Octal72463004273115315120
Binary11101010011011000010001011101110011011100110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,38,24); }

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

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

 a { background-color: rgb(58,38,24); }

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

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

 span { border-color: rgb(58,38,24); }

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