#3D2104

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

Shades of Cocoa Brown #3D2104

Tints of Cocoa Brown #3D2104

Color information

#3D2104 (or 0x3D2104) is unknown color: approx Cocoa Brown. HEX triplet: 3D, 21 and 04. RGB value is (61,33,4). Sum of RGB (Red+Green+Blue) = 61+33+4=98 (12% of max value = 765). Red value is 61 (24.22% from 255 or 62.24% from 98); Green value is 33 (13.28% from 255 or 33.67% from 98); Blue value is 4 (1.95% from 255 or 4.08% from 98); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2104 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2104 is #C2DEFB. Grayscale: #262626. Windows color (decimal): -12771068 or 270653. OLE color: 270653.

HSL color Cylindrical-coordinate representation of color #3D2104: hue angle of 30.53º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3D2104 is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.76.

Color convert

RGB61334-
CMYK00.460.930.76
HSL30.53º87.69%12.75%-
HSV(B)30.53º93.44%23.92%-
XYZ2.492.090.39-
YUV38.07108.78144.36-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 62.24%
GREEN value IS 33 (13.28% from 255) = 33.67%
BLUE value IS 4 (1.95% from 255) = 4.08%
R=62.24%
G=33.67%
B=4.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.93
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6133400.460.930.7630.5387.6912.75
Hex3D21402E5D4C1f58d
Octal754140561351143713015
Binary1111011000011000101110101110110011001111110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,33,4); }

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

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

 a { background-color: rgb(61,33,4); }

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

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

 span { border-color: rgb(61,33,4); }

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