#3A1D02

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

Shades of Cocoa Brown #3A1D02

Tints of Cocoa Brown #3A1D02

Color information

#3A1D02 (or 0x3A1D02) is unknown color: approx Cocoa Brown. HEX triplet: 3A, 1D and 02. RGB value is (58,29,2). Sum of RGB (Red+Green+Blue) = 58+29+2=89 (11% of max value = 765). Red value is 58 (23.05% from 255 or 65.17% from 89); Green value is 29 (11.72% from 255 or 32.58% from 89); Blue value is 2 (1.17% from 255 or 2.25% from 89); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1D02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A1D02 is #C5E2FD. Grayscale: #222222. Windows color (decimal): -12968702 or 138554. OLE color: 138554.

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

Color convert

RGB58292-
CMYK00.50.970.77
HSL28.93º93.33%11.76%-
HSV(B)28.93º96.55%22.75%-
XYZ2.21.780.29-
YUV34.59109.61144.7-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 65.17%
GREEN value IS 29 (11.72% from 255) = 32.58%
BLUE value IS 2 (1.17% from 255) = 2.25%
R=65.17%
G=32.58%
B=2.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.97
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5829200.50.970.7728.9393.3311.76
Hex3A1D2032614D1d5dc
Octal723520621411153513514
Binary11101011101100110010110000110011011110110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,29,2); }

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

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

 a { background-color: rgb(58,29,2); }

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

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

 span { border-color: rgb(58,29,2); }

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