#2F1809

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

Shades of Brown Pod #2F1809

Tints of Brown Pod #2F1809

Color information

#2F1809 (or 0x2F1809) is unknown color: approx Brown Pod. HEX triplet: 2F, 18 and 09. RGB value is (47,24,9). Sum of RGB (Red+Green+Blue) = 47+24+9=80 (10% of max value = 765). Red value is 47 (18.75% from 255 or 58.75% from 80); Green value is 24 (9.77% from 255 or 30% from 80); Blue value is 9 (3.91% from 255 or 11.25% from 80); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1809 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F1809 is #D0E7F6. Grayscale: #1D1D1D. Windows color (decimal): -13690871 or 596015. OLE color: 596015.

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

Color convert

RGB47249-
CMYK00.490.810.82
HSL23.68º67.86%10.98%-
HSV(B)23.68º80.85%18.43%-
XYZ1.551.280.42-
YUV29.17116.62140.72-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 58.75%
GREEN value IS 24 (9.77% from 255) = 30%
BLUE value IS 9 (3.91% from 255) = 11.25%
R=58.75%
G=30%
B=11.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.81
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4724900.490.810.8223.6867.8610.98
Hex2F18903151521844b
Octal5730110611211223010413
Binary1011111100010010110001101000110100101100010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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