#3D240C

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

Shades of Cocoa Brown #3D240C

Tints of Cocoa Brown #3D240C

Color information

#3D240C (or 0x3D240C) is unknown color: approx Cocoa Brown. HEX triplet: 3D, 24 and 0C. RGB value is (61,36,12). Sum of RGB (Red+Green+Blue) = 61+36+12=109 (14% of max value = 765). Red value is 61 (24.22% from 255 or 55.96% from 109); Green value is 36 (14.45% from 255 or 33.03% from 109); Blue value is 12 (5.08% from 255 or 11.01% from 109); Max value from RGB is 61 - color contains mainly: red. Hex color #3D240C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D240C is #C2DBF3. Grayscale: #282828. Windows color (decimal): -12770292 or 795709. OLE color: 795709.

HSL color Cylindrical-coordinate representation of color #3D240C: hue angle of 29.39º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3D240C is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.76.

Color convert

RGB613612-
CMYK00.410.800.76
HSL29.39º67.12%14.31%-
HSV(B)29.39º80.33%23.92%-
XYZ2.622.280.65-
YUV40.74111.78142.45-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 55.96%
GREEN value IS 36 (14.45% from 255) = 33.03%
BLUE value IS 12 (5.08% from 255) = 11.01%
R=55.96%
G=33.03%
B=11.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.80
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61361200.410.800.7629.3967.1214.31
Hex3D24C029504C1d43e
Octal7544140511201143510316
Binary11110110010011000101001101000010011001110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D240C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,36,12); }

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

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

 a { background-color: rgb(61,36,12); }

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

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

 span { border-color: rgb(61,36,12); }

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