#3D2814

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

Shades of Cocoa Brown #3D2814

Tints of Cocoa Brown #3D2814

Color information

#3D2814 (or 0x3D2814) is unknown color: approx Cocoa Brown. HEX triplet: 3D, 28 and 14. RGB value is (61,40,20). Sum of RGB (Red+Green+Blue) = 61+40+20=121 (16% of max value = 765). Red value is 61 (24.22% from 255 or 50.41% from 121); Green value is 40 (16.02% from 255 or 33.06% from 121); Blue value is 20 (8.20% from 255 or 16.53% from 121); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2814 is #C2D7EB. Grayscale: #2C2C2C. Windows color (decimal): -12769260 or 1321021. OLE color: 1321021.

HSL color Cylindrical-coordinate representation of color #3D2814: hue angle of 29.27º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3D2814 is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.76.

Color convert

RGB614020-
CMYK00.340.670.76
HSL29.27º50.62%15.88%-
HSV(B)29.27º67.21%23.92%-
XYZ2.812.561.01-
YUV44114.46140.13-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 50.41%
GREEN value IS 40 (16.02% from 255) = 33.06%
BLUE value IS 20 (8.20% from 255) = 16.53%
R=50.41%
G=33.06%
B=16.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.67
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61402000.340.670.7629.2750.6215.88
Hex3D2814022434C1d3310
Octal755024042103114356320
Binary111101101000101000100010100001110011001110111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,40,20); }

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

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

 a { background-color: rgb(61,40,20); }

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

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

 span { border-color: rgb(61,40,20); }

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