#2F1E10

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

Shades of Cocoa Brown #2F1E10

Tints of Cocoa Brown #2F1E10

Color information

#2F1E10 (or 0x2F1E10) is unknown color: approx Cocoa Brown. HEX triplet: 2F, 1E and 10. RGB value is (47,30,16). Sum of RGB (Red+Green+Blue) = 47+30+16=93 (12% of max value = 765). Red value is 47 (18.75% from 255 or 50.54% from 93); Green value is 30 (12.11% from 255 or 32.26% from 93); Blue value is 16 (6.64% from 255 or 17.20% from 93); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1E10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F1E10 is #D0E1EF. Grayscale: #212121. Windows color (decimal): -13689328 or 1056303. OLE color: 1056303.

HSL color Cylindrical-coordinate representation of color #2F1E10: hue angle of 27.1º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F1E10 is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.82.

Color convert

RGB473016-
CMYK00.360.660.82
HSL27.1º49.21%12.35%-
HSV(B)27.1º65.96%18.43%-
XYZ1.731.570.7-
YUV33.49118.13137.64-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 50.54%
GREEN value IS 30 (12.11% from 255) = 32.26%
BLUE value IS 16 (6.64% from 255) = 17.20%
R=50.54%
G=32.26%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.66
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47301600.360.660.8227.149.2112.35
Hex2F1E1002442521b31c
Octal573620044102122336114
Binary1011111111010000010010010000101010010110111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F1E10; }

 p { color: rgb(47,30,16); }

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

<style>
 a { background-color: #2F1E10; }

 a { background-color: rgb(47,30,16); }

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

<style>
 span { border-color: #2F1E10; }

 span { border-color: rgb(47,30,16); }

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