#2F1E0F

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

Shades of Cocoa Brown #2F1E0F

Tints of Cocoa Brown #2F1E0F

Color information

#2F1E0F (or 0x2F1E0F) is unknown color: approx Cocoa Brown. HEX triplet: 2F, 1E and 0F. RGB value is (47,30,15). Sum of RGB (Red+Green+Blue) = 47+30+15=92 (12% of max value = 765). Red value is 47 (18.75% from 255 or 51.09% from 92); Green value is 30 (12.11% from 255 or 32.61% from 92); Blue value is 15 (6.25% from 255 or 16.30% from 92); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1E0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F1E0F is #D0E1F0. Grayscale: #212121. Windows color (decimal): -13689329 or 990767. OLE color: 990767.

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

Color convert

RGB473015-
CMYK00.360.680.82
HSL28.12º51.61%12.16%-
HSV(B)28.12º68.09%18.43%-
XYZ1.721.570.66-
YUV33.37117.63137.72-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 51.09%
GREEN value IS 30 (12.11% from 255) = 32.61%
BLUE value IS 15 (6.25% from 255) = 16.30%
R=51.09%
G=32.61%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.68
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47301500.360.680.8228.1251.6112.16
Hex2F1EF02444521c34c
Octal573617044104122346414
Binary101111111101111010010010001001010010111001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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