#3D270C

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

Shades of Cocoa Brown #3D270C

Tints of Cocoa Brown #3D270C

Color information

#3D270C (or 0x3D270C) is unknown color: approx Cocoa Brown. HEX triplet: 3D, 27 and 0C. RGB value is (61,39,12). Sum of RGB (Red+Green+Blue) = 61+39+12=112 (14% of max value = 765). Red value is 61 (24.22% from 255 or 54.46% from 112); Green value is 39 (15.62% from 255 or 34.82% from 112); Blue value is 12 (5.08% from 255 or 10.71% from 112); Max value from RGB is 61 - color contains mainly: red. Hex color #3D270C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D270C is #C2D8F3. Grayscale: #2A2A2A. Windows color (decimal): -12769524 or 796477. OLE color: 796477.

HSL color Cylindrical-coordinate representation of color #3D270C: hue angle of 33.06º 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 #3D270C is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.76.

Color convert

RGB613912-
CMYK00.360.800.76
HSL33.06º67.12%14.31%-
HSV(B)33.06º80.33%23.92%-
XYZ2.722.470.68-
YUV42.5110.79141.2-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 54.46%
GREEN value IS 39 (15.62% from 255) = 34.82%
BLUE value IS 12 (5.08% from 255) = 10.71%
R=54.46%
G=34.82%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.80
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61391200.360.800.7633.0667.1214.31
Hex3D27C024504C2143e
Octal7547140441201144110316
Binary111101100111110001001001010000100110010000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D270C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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