#2F210D

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

Shades of Cocoa Brown #2F210D

Tints of Cocoa Brown #2F210D

Color information

#2F210D (or 0x2F210D) is unknown color: approx Cocoa Brown. HEX triplet: 2F, 21 and 0D. RGB value is (47,33,13). Sum of RGB (Red+Green+Blue) = 47+33+13=93 (12% of max value = 765). Red value is 47 (18.75% from 255 or 50.54% from 93); Green value is 33 (13.28% from 255 or 35.48% from 93); Blue value is 13 (5.47% from 255 or 13.98% from 93); Max value from RGB is 47 - color contains mainly: red. Hex color #2F210D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F210D is #D0DEF2. Grayscale: #232323. Windows color (decimal): -13688563 or 860463. OLE color: 860463.

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

Color convert

RGB473313-
CMYK00.300.720.82
HSL35.29º56.67%11.76%-
HSV(B)35.29º72.34%18.43%-
XYZ1.791.720.62-
YUV34.91115.64136.63-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 50.54%
GREEN value IS 33 (13.28% from 255) = 35.48%
BLUE value IS 13 (5.47% from 255) = 13.98%
R=50.54%
G=35.48%
B=13.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.72
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47331300.300.720.8235.2956.6711.76
Hex2F21D01E48522339c
Octal574115036110122437114
Binary1011111000011101011110100100010100101000111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F210D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,33,13); }

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

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

 a { background-color: rgb(47,33,13); }

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

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

 span { border-color: rgb(47,33,13); }

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