#3D2002

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

Shades of Cocoa Brown #3D2002

Tints of Cocoa Brown #3D2002

Color information

#3D2002 (or 0x3D2002) is unknown color: approx Cocoa Brown. HEX triplet: 3D, 20 and 02. RGB value is (61,32,2). Sum of RGB (Red+Green+Blue) = 61+32+2=95 (12% of max value = 765). Red value is 61 (24.22% from 255 or 64.21% from 95); Green value is 32 (12.89% from 255 or 33.68% from 95); Blue value is 2 (1.17% from 255 or 2.11% from 95); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2002 is #C2DFFD. Grayscale: #252525. Windows color (decimal): -12771326 or 139325. OLE color: 139325.

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

Color convert

RGB61322-
CMYK00.480.970.76
HSL30.51º93.65%12.35%-
HSV(B)30.51º96.72%23.92%-
XYZ2.452.030.32-
YUV37.25108.11144.94-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 64.21%
GREEN value IS 32 (12.89% from 255) = 33.68%
BLUE value IS 2 (1.17% from 255) = 2.11%
R=64.21%
G=33.68%
B=2.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.97
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6132200.480.970.7630.5193.6512.35
Hex3D202030614C1f5ec
Octal754020601411143713614
Binary111101100000100110000110000110011001111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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