#2F1C0F

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

Shades of Cocoa Brown #2F1C0F

Tints of Cocoa Brown #2F1C0F

Color information

#2F1C0F (or 0x2F1C0F) is unknown color: approx Cocoa Brown. HEX triplet: 2F, 1C and 0F. RGB value is (47,28,15). Sum of RGB (Red+Green+Blue) = 47+28+15=90 (11% of max value = 765). Red value is 47 (18.75% from 255 or 52.22% from 90); Green value is 28 (11.33% from 255 or 31.11% from 90); Blue value is 15 (6.25% from 255 or 16.67% from 90); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1C0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F1C0F is #D0E3F0. Grayscale: #202020. Windows color (decimal): -13689841 or 990255. OLE color: 990255.

HSL color Cylindrical-coordinate representation of color #2F1C0F: hue angle of 24.38º 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 #2F1C0F is Cyan = 0, Magento = 0.40, Yellow = 0.68 and Black (K on CMYK) = 0.82.

Color convert

RGB472815-
CMYK00.400.680.82
HSL24.38º51.61%12.16%-
HSV(B)24.38º68.09%18.43%-
XYZ1.671.470.65-
YUV32.2118.29138.56-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 52.22%
GREEN value IS 28 (11.33% from 255) = 31.11%
BLUE value IS 15 (6.25% from 255) = 16.67%
R=52.22%
G=31.11%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.68
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47281500.400.680.8224.3851.6112.16
Hex2F1CF02844521834c
Octal573417050104122306414
Binary101111111001111010100010001001010010110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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