Html Css Color HEX #471E09 Brown Pod

📋 copy color: '#471E09'

red 71 ◦ green 30 ◦ blue 9

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

Shades of Brown Pod #471E09

Tints of Brown Pod #471E09

RGB

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

 GREEN value IS 30 (12.11% from 255) = 27.27%

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

R = 64.55%
G = 27.27%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.87

 K value IS 0.72

RGB Variations

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

Color information

#471E09 (or 0x471E09) is known color: Brown Pod. HEX triplet: 47, 1E and 09. RGB value is (71,30,9). Sum of RGB (Red+Green+Blue) = 71+30+9=110 (14% of max value = 765). Red value is 71 (28.12% from 255 or 64.55% from 110); Green value is 30 (12.11% from 255 or 27.27% from 110); Blue value is 9 (3.91% from 255 or 8.18% from 110); Max value from RGB is 71 - color contains mainly: red. Hex color #471E09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471E09 is #B8E1F6. Grayscale: #272727. Windows color (decimal): -12116471 or 597575. OLE color: 597575.

HSL color Cylindrical-coordinate representation of color #471E09: hue angle of 20.32º 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 #471E09 is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 30 9 -
CMYK 0 0.58 0.87 0.72
HSL 20.32º 0.78% 0.16% -
HSV(B) 20.32º 0.87% 0.28% -
XYZ 3.11 2.29 0.54 -
YUV 39.87 110.58 150.21 -
System Red Green Blue C M Y K H S L
Decimal 71 30 9 0 0.58 0.87 0.72 20.32 0.78 0.16
Hex 47 1E 9 0 3A 57 48 14 4E 10
Octal 107 36 11 0 72 127 110 24 116 20
Binary 1000111 11110 1001 0 111010 1010111 1001000 10100 1001110 10000

Color Harmonies of #471E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471E09

Black with #471E09

Text Example


Text Example

White with #471E09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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