Html Css Color HEX #471F08 Brown Pod

📋 copy color: '#471F08'

red 71 ◦ green 31 ◦ blue 8

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

Shades of Brown Pod #471F08

Tints of Brown Pod #471F08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 7.27%

R = 64.55%
G = 28.18%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.72

RGB Variations

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

Color information

#471F08 (or 0x471F08) is known color: Brown Pod. HEX triplet: 47, 1F and 08. RGB value is (71,31,8). Sum of RGB (Red+Green+Blue) = 71+31+8=110 (14% of max value = 765). Red value is 71 (28.12% from 255 or 64.55% from 110); Green value is 31 (12.5% from 255 or 28.18% from 110); Blue value is 8 (3.52% from 255 or 7.27% from 110); Max value from RGB is 71 - color contains mainly: red. Hex color #471F08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471F08 is #B8E0F7. Grayscale: #282828. Windows color (decimal): -12116216 or 532295. OLE color: 532295.

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

Color convert

RGB 71 31 8 -
CMYK 0 0.56 0.89 0.72
HSL 21.9º 0.8% 0.15% -
HSV(B) 21.9º 0.89% 0.28% -
XYZ 3.13 2.34 0.52 -
YUV 40.34 109.75 149.87 -
System Red Green Blue C M Y K H S L
Decimal 71 31 8 0 0.56 0.89 0.72 21.9 0.8 0.15
Hex 47 1F 8 0 38 59 48 16 50 F
Octal 107 37 10 0 70 131 110 26 120 17
Binary 1000111 11111 1000 0 111000 1011001 1001000 10110 1010000 1111

Color Harmonies of #471F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471F08

Black with #471F08

Text Example


Text Example

White with #471F08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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