#2F1609

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

Shades of Brown Pod #2F1609

Tints of Brown Pod #2F1609

Color information

#2F1609 (or 0x2F1609) is unknown color: approx Brown Pod. HEX triplet: 2F, 16 and 09. RGB value is (47,22,9). Sum of RGB (Red+Green+Blue) = 47+22+9=78 (10% of max value = 765). Red value is 47 (18.75% from 255 or 60.26% from 78); Green value is 22 (8.98% from 255 or 28.21% from 78); Blue value is 9 (3.91% from 255 or 11.54% from 78); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1609 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F1609 is #D0E9F6. Grayscale: #1C1C1C. Windows color (decimal): -13691383 or 595503. OLE color: 595503.

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

Color convert

RGB47229-
CMYK00.530.810.82
HSL20.53º67.86%10.98%-
HSV(B)20.53º80.85%18.43%-
XYZ1.511.20.41-
YUV27.99117.28141.56-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 60.26%
GREEN value IS 22 (8.98% from 255) = 28.21%
BLUE value IS 9 (3.91% from 255) = 11.54%
R=60.26%
G=28.21%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.81
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4722900.530.810.8220.5367.8610.98
Hex2F16903551521544b
Octal5726110651211222510413
Binary1011111011010010110101101000110100101010110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,22,9); }

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

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

 a { background-color: rgb(47,22,9); }

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

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

 span { border-color: rgb(47,22,9); }

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