Html Css Color HEX #471F09 Brown Pod

📋 copy color: '#471F09'

red 71 ◦ green 31 ◦ blue 9

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

Shades of Brown Pod #471F09

Tints of Brown Pod #471F09

RGB

 RED value IS 71 (28.13% from 255) = 63.96%

 GREEN value IS 31 (12.5% from 255) = 27.93%

 BLUE value IS 9 (3.91% from 255) = 8.11%

R = 63.96%
G = 27.93%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.87

 K value IS 0.72

RGB Variations

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

Color information

#471F09 (or 0x471F09) is known color: Brown Pod. HEX triplet: 47, 1F and 09. RGB value is (71,31,9). Sum of RGB (Red+Green+Blue) = 71+31+9=111 (14% of max value = 765). Red value is 71 (28.12% from 255 or 63.96% from 111); Green value is 31 (12.5% from 255 or 27.93% from 111); Blue value is 9 (3.91% from 255 or 8.11% from 111); Max value from RGB is 71 - color contains mainly: red. Hex color #471F09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471F09 is #B8E0F6. Grayscale: #282828. Windows color (decimal): -12116215 or 597831. OLE color: 597831.

HSL color Cylindrical-coordinate representation of color #471F09: hue angle of 21.29º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #471F09 is Cyan = 0, Magento = 0.56, Yellow = 0.87 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 31 9 -
CMYK 0 0.56 0.87 0.72
HSL 21.29º 0.78% 0.16% -
HSV(B) 21.29º 0.87% 0.28% -
XYZ 3.14 2.34 0.54 -
YUV 40.45 110.25 149.79 -
System Red Green Blue C M Y K H S L
Decimal 71 31 9 0 0.56 0.87 0.72 21.29 0.78 0.16
Hex 47 1F 9 0 38 57 48 15 4E 10
Octal 107 37 11 0 70 127 110 25 116 20
Binary 1000111 11111 1001 0 111000 1010111 1001000 10101 1001110 10000

Color Harmonies of #471F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471F09

Black with #471F09

Text Example


Text Example

White with #471F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471F09; }

 p { color: rgb(71,31,9); }

 H1.HeaderClassName
 {
   color: #471F09;
 }
 .AnyTagClassName
 {
   color: #471F09;
 }
</style>

background-color css

<style>
 a { background-color: #471F09; }

 a { background-color: rgb(71,31,9); }

 div.DivClassName
 {
   background-color: #471F09;
 }
 .BgClassName
 {
   background-color: #471F09;
 }
</style>

border-color css

<style>
 span { border-color: #471F09; }

 span { border-color: rgb(71,31,9); }

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