#3F270D

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

Shades of Cocoa Brown #3F270D

Tints of Cocoa Brown #3F270D

Color information

#3F270D (or 0x3F270D) is unknown color: approx Cocoa Brown. HEX triplet: 3F, 27 and 0D. RGB value is (63,39,13). Sum of RGB (Red+Green+Blue) = 63+39+13=115 (15% of max value = 765). Red value is 63 (25% from 255 or 54.78% from 115); Green value is 39 (15.62% from 255 or 33.91% from 115); Blue value is 13 (5.47% from 255 or 11.30% from 115); Max value from RGB is 63 - color contains mainly: red. Hex color #3F270D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F270D is #C0D8F2. Grayscale: #2B2B2B. Windows color (decimal): -12638451 or 862015. OLE color: 862015.

HSL color Cylindrical-coordinate representation of color #3F270D: hue angle of 31.2º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3F270D is Cyan = 0, Magento = 0.38, Yellow = 0.79 and Black (K on CMYK) = 0.75.

Color convert

RGB633913-
CMYK00.380.790.75
HSL31.2º65.79%14.9%-
HSV(B)31.2º79.37%24.71%-
XYZ2.852.540.72-
YUV43.21110.95142.11-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 54.78%
GREEN value IS 39 (15.62% from 255) = 33.91%
BLUE value IS 13 (5.47% from 255) = 11.30%
R=54.78%
G=33.91%
B=11.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.79
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63391300.380.790.7531.265.7914.9
Hex3F27D0264F4B1f42f
Octal7747150461171133710217
Binary11111110011111010100110100111110010111111110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F270D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,39,13); }

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

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

 a { background-color: rgb(63,39,13); }

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

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

 span { border-color: rgb(63,39,13); }

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