#3E270F

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

Shades of Cocoa Brown #3E270F

Tints of Cocoa Brown #3E270F

Color information

#3E270F (or 0x3E270F) is unknown color: approx Cocoa Brown. HEX triplet: 3E, 27 and 0F. RGB value is (62,39,15). Sum of RGB (Red+Green+Blue) = 62+39+15=116 (15% of max value = 765). Red value is 62 (24.61% from 255 or 53.45% from 116); Green value is 39 (15.62% from 255 or 33.62% from 116); Blue value is 15 (6.25% from 255 or 12.93% from 116); Max value from RGB is 62 - color contains mainly: red. Hex color #3E270F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E270F is #C1D8F0. Grayscale: #2B2B2B. Windows color (decimal): -12703985 or 993086. OLE color: 993086.

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

Color convert

RGB623915-
CMYK00.370.760.76
HSL30.64º61.04%15.1%-
HSV(B)30.64º75.81%24.31%-
XYZ2.82.510.79-
YUV43.14112.12141.45-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 53.45%
GREEN value IS 39 (15.62% from 255) = 33.62%
BLUE value IS 15 (6.25% from 255) = 12.93%
R=53.45%
G=33.62%
B=12.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.76
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62391500.370.760.7630.6461.0415.1
Hex3E27F0254C4C1f3df
Octal764717045114114377517
Binary1111101001111111010010110011001001100111111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E270F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,39,15); }

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

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

 a { background-color: rgb(62,39,15); }

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

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

 span { border-color: rgb(62,39,15); }

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