#2F1509

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

Shades of Brown Pod #2F1509

Tints of Brown Pod #2F1509

Color information

#2F1509 (or 0x2F1509) is unknown color: approx Brown Pod. HEX triplet: 2F, 15 and 09. RGB value is (47,21,9). Sum of RGB (Red+Green+Blue) = 47+21+9=77 (10% of max value = 765). Red value is 47 (18.75% from 255 or 61.04% from 77); Green value is 21 (8.59% from 255 or 27.27% from 77); Blue value is 9 (3.91% from 255 or 11.69% from 77); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1509 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F1509 is #D0EAF6. Grayscale: #1B1B1B. Windows color (decimal): -13691639 or 595247. OLE color: 595247.

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

Color convert

RGB47219-
CMYK00.550.810.82
HSL18.95º67.86%10.98%-
HSV(B)18.95º80.85%18.43%-
XYZ1.491.160.4-
YUV27.41117.61141.98-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 61.04%
GREEN value IS 21 (8.59% from 255) = 27.27%
BLUE value IS 9 (3.91% from 255) = 11.69%
R=61.04%
G=27.27%
B=11.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.81
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4721900.550.810.8218.9567.8610.98
Hex2F15903751521344b
Octal5725110671211222310413
Binary1011111010110010110111101000110100101001110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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