#3D290F

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

Shades of Cocoa Brown #3D290F

Tints of Cocoa Brown #3D290F

Color information

#3D290F (or 0x3D290F) is unknown color: approx Cocoa Brown. HEX triplet: 3D, 29 and 0F. RGB value is (61,41,15). Sum of RGB (Red+Green+Blue) = 61+41+15=117 (15% of max value = 765). Red value is 61 (24.22% from 255 or 52.14% from 117); Green value is 41 (16.41% from 255 or 35.04% from 117); Blue value is 15 (6.25% from 255 or 12.82% from 117); Max value from RGB is 61 - color contains mainly: red. Hex color #3D290F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D290F is #C2D6F0. Grayscale: #2C2C2C. Windows color (decimal): -12769009 or 993597. OLE color: 993597.

HSL color Cylindrical-coordinate representation of color #3D290F: hue angle of 33.91º degrees, saturation: 0.61, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3D290F is Cyan = 0, Magento = 0.33, Yellow = 0.75 and Black (K on CMYK) = 0.76.

Color convert

RGB614115-
CMYK00.330.750.76
HSL33.91º60.53%14.9%-
HSV(B)33.91º75.41%23.92%-
XYZ2.82.610.81-
YUV44.02111.63140.11-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 52.14%
GREEN value IS 41 (16.41% from 255) = 35.04%
BLUE value IS 15 (6.25% from 255) = 12.82%
R=52.14%
G=35.04%
B=12.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.75
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61411500.330.750.7633.9160.5314.9
Hex3D29F0214B4C223df
Octal755117041113114427517
Binary11110110100111110100001100101110011001000101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D290F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,41,15); }

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

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

 a { background-color: rgb(61,41,15); }

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

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

 span { border-color: rgb(61,41,15); }

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