#3D2001

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

Shades of Cocoa Brown #3D2001

Tints of Cocoa Brown #3D2001

Color information

#3D2001 (or 0x3D2001) is unknown color: approx Cocoa Brown. HEX triplet: 3D, 20 and 01. RGB value is (61,32,1). Sum of RGB (Red+Green+Blue) = 61+32+1=94 (12% of max value = 765). Red value is 61 (24.22% from 255 or 64.89% from 94); Green value is 32 (12.89% from 255 or 34.04% from 94); Blue value is 1 (0.78% from 255 or 1.06% from 94); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2001 is #C2DFFE. Grayscale: #252525. Windows color (decimal): -12771327 or 73789. OLE color: 73789.

HSL color Cylindrical-coordinate representation of color #3D2001: hue angle of 31º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3D2001 is Cyan = 0, Magento = 0.48, Yellow = 0.98 and Black (K on CMYK) = 0.76.

Color convert

RGB61321-
CMYK00.480.980.76
HSL31º96.77%12.16%-
HSV(B)31º98.36%23.92%-
XYZ2.452.030.29-
YUV37.14107.61145.02-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 64.89%
GREEN value IS 32 (12.89% from 255) = 34.04%
BLUE value IS 1 (0.78% from 255) = 1.06%
R=64.89%
G=34.04%
B=1.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.98
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6132100.480.980.763196.7712.16
Hex3D201030624C1f61c
Octal754010601421143714114
Binary11110110000010110000110001010011001111111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,32,1); }

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

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

 a { background-color: rgb(61,32,1); }

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

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

 span { border-color: rgb(61,32,1); }

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