#2F1C02

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

Shades of Cocoa Brown #2F1C02

Tints of Cocoa Brown #2F1C02

Color information

#2F1C02 (or 0x2F1C02) is unknown color: approx Cocoa Brown. HEX triplet: 2F, 1C and 02. RGB value is (47,28,2). Sum of RGB (Red+Green+Blue) = 47+28+2=77 (10% of max value = 765). Red value is 47 (18.75% from 255 or 61.04% from 77); Green value is 28 (11.33% from 255 or 36.36% from 77); Blue value is 2 (1.17% from 255 or 2.60% from 77); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1C02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F1C02 is #D0E3FD. Grayscale: #1E1E1E. Windows color (decimal): -13689854 or 138287. OLE color: 138287.

HSL color Cylindrical-coordinate representation of color #2F1C02: hue angle of 34.67º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2F1C02 is Cyan = 0, Magento = 0.40, Yellow = 0.96 and Black (K on CMYK) = 0.82.

Color convert

RGB47282-
CMYK00.400.960.82
HSL34.67º91.84%9.61%-
HSV(B)34.67º95.74%18.43%-
XYZ1.61.440.25-
YUV30.72111.79139.61-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 61.04%
GREEN value IS 28 (11.33% from 255) = 36.36%
BLUE value IS 2 (1.17% from 255) = 2.60%
R=61.04%
G=36.36%
B=2.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.96
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4728200.400.960.8234.6791.849.61
Hex2F1C20286052235ca
Octal573420501401224313412
Binary101111111001001010001100000101001010001110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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