#3A2304

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

Shades of Cocoa Brown #3A2304

Tints of Cocoa Brown #3A2304

Color information

#3A2304 (or 0x3A2304) is unknown color: approx Cocoa Brown. HEX triplet: 3A, 23 and 04. RGB value is (58,35,4). Sum of RGB (Red+Green+Blue) = 58+35+4=97 (12% of max value = 765). Red value is 58 (23.05% from 255 or 59.79% from 97); Green value is 35 (14.06% from 255 or 36.08% from 97); Blue value is 4 (1.95% from 255 or 4.12% from 97); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2304 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A2304 is #C5DCFB. Grayscale: #262626. Windows color (decimal): -12967164 or 271162. OLE color: 271162.

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

Color convert

RGB58354-
CMYK00.400.930.77
HSL34.44º87.1%12.16%-
HSV(B)34.44º93.1%22.75%-
XYZ2.372.110.4-
YUV38.34108.62142.02-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 59.79%
GREEN value IS 35 (14.06% from 255) = 36.08%
BLUE value IS 4 (1.95% from 255) = 4.12%
R=59.79%
G=36.08%
B=4.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.93
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5835400.400.930.7734.4487.112.16
Hex3A2340285D4D2257c
Octal724340501351154212714
Binary11101010001110001010001011101100110110001010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,35,4); }

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

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

 a { background-color: rgb(58,35,4); }

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

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

 span { border-color: rgb(58,35,4); }

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