#3F270C

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

Shades of Cocoa Brown #3F270C

Tints of Cocoa Brown #3F270C

Color information

#3F270C (or 0x3F270C) is unknown color: approx Cocoa Brown. HEX triplet: 3F, 27 and 0C. RGB value is (63,39,12). Sum of RGB (Red+Green+Blue) = 63+39+12=114 (15% of max value = 765). Red value is 63 (25% from 255 or 55.26% from 114); Green value is 39 (15.62% from 255 or 34.21% from 114); Blue value is 12 (5.08% from 255 or 10.53% from 114); Max value from RGB is 63 - color contains mainly: red. Hex color #3F270C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F270C is #C0D8F3. Grayscale: #2B2B2B. Windows color (decimal): -12638452 or 796479. OLE color: 796479.

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

Color convert

RGB633912-
CMYK00.380.810.75
HSL31.76º68%14.71%-
HSV(B)31.76º80.95%24.71%-
XYZ2.842.530.69-
YUV43.1110.45142.2-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 55.26%
GREEN value IS 39 (15.62% from 255) = 34.21%
BLUE value IS 12 (5.08% from 255) = 10.53%
R=55.26%
G=34.21%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.81
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63391200.380.810.7531.766814.71
Hex3F27C026514B2044f
Octal7747140461211134010417
Binary111111100111110001001101010001100101110000010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F270C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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