Html Css Color HEX #2F1509 Brown Pod

📋 copy color: '#2F1509'

red 47 ◦ green 21 ◦ blue 9

#2F1509
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brown Pod #2F1509

Tints of Brown Pod #2F1509

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 value IS 0

 M value IS 0.55

 Y value IS 0.81

 K value IS 0.82

RGB Variations

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

Color information

#2F1509 (or 0x2F1509) is known color: 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

RGB 47 21 9 -
CMYK 0 0.55 0.81 0.82
HSL 18.95º 0.68% 0.11% -
HSV(B) 18.95º 0.81% 0.18% -
XYZ 1.49 1.16 0.4 -
YUV 27.41 117.61 141.98 -
System Red Green Blue C M Y K H S L
Decimal 47 21 9 0 0.55 0.81 0.82 18.95 0.68 0.11
Hex 2F 15 9 0 37 51 52 13 44 B
Octal 57 25 11 0 67 121 122 23 104 13
Binary 101111 10101 1001 0 110111 1010001 1010010 10011 1000100 1011

Color Harmonies of #2F1509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F1509

Black with #2F1509

Text Example


Text Example

White with #2F1509

Text Example


Text Example

HTML Codes & Css Web 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>