#2F1702

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

Shades of Cocoa Brown #2F1702

Tints of Cocoa Brown #2F1702

Color information

#2F1702 (or 0x2F1702) is unknown color: approx Cocoa Brown. HEX triplet: 2F, 17 and 02. RGB value is (47,23,2). Sum of RGB (Red+Green+Blue) = 47+23+2=72 (9% of max value = 765). Red value is 47 (18.75% from 255 or 65.28% from 72); Green value is 23 (9.38% from 255 or 31.94% from 72); Blue value is 2 (1.17% from 255 or 2.78% from 72); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1702 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F1702 is #D0E8FD. Grayscale: #1B1B1B. Windows color (decimal): -13691134 or 137007. OLE color: 137007.

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

Color convert

RGB47232-
CMYK00.510.960.82
HSL28º91.84%9.61%-
HSV(B)28º95.74%18.43%-
XYZ1.491.220.21-
YUV27.78113.45141.71-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 65.28%
GREEN value IS 23 (9.38% from 255) = 31.94%
BLUE value IS 2 (1.17% from 255) = 2.78%
R=65.28%
G=31.94%
B=2.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.96
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4723200.510.960.822891.849.61
Hex2F17203360521c5ca
Octal572720631401223413412
Binary10111110111100110011110000010100101110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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