#3A2605

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

Shades of Cocoa Brown #3A2605

Tints of Cocoa Brown #3A2605

Color information

#3A2605 (or 0x3A2605) is unknown color: approx Cocoa Brown. HEX triplet: 3A, 26 and 05. RGB value is (58,38,5). Sum of RGB (Red+Green+Blue) = 58+38+5=101 (13% of max value = 765). Red value is 58 (23.05% from 255 or 57.43% from 101); Green value is 38 (15.23% from 255 or 37.62% from 101); Blue value is 5 (2.34% from 255 or 4.95% from 101); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2605 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A2605 is #C5D9FA. Grayscale: #282828. Windows color (decimal): -12966395 or 337466. OLE color: 337466.

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

Color convert

RGB58385-
CMYK00.340.910.77
HSL37.36º84.13%12.35%-
HSV(B)37.36º91.38%22.75%-
XYZ2.472.30.46-
YUV40.22108.13140.68-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 57.43%
GREEN value IS 38 (15.23% from 255) = 37.62%
BLUE value IS 5 (2.34% from 255) = 4.95%
R=57.43%
G=37.62%
B=4.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.91
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5838500.340.910.7737.3684.1312.35
Hex3A2650225B4D2554c
Octal724650421331154512414
Binary11101010011010101000101011011100110110010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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