Html Css Color HEX #471908 Brown Pod

📋 copy color: '#471908'

red 71 ◦ green 25 ◦ blue 8

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

Shades of Brown Pod #471908

Tints of Brown Pod #471908

RGB

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

 GREEN value IS 25 (10.16% from 255) = 24.04%

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

R = 68.27%
G = 24.04%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.72

RGB Variations

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

Color information

#471908 (or 0x471908) is known color: Brown Pod. HEX triplet: 47, 19 and 08. RGB value is (71,25,8). Sum of RGB (Red+Green+Blue) = 71+25+8=104 (13% of max value = 765). Red value is 71 (28.12% from 255 or 68.27% from 104); Green value is 25 (10.16% from 255 or 24.04% from 104); Blue value is 8 (3.52% from 255 or 7.69% from 104); Max value from RGB is 71 - color contains mainly: red. Hex color #471908 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471908 is #B8E6F7. Grayscale: #242424. Windows color (decimal): -12117752 or 530759. OLE color: 530759.

HSL color Cylindrical-coordinate representation of color #471908: hue angle of 16.19º 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 #471908 is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 25 8 -
CMYK 0 0.65 0.89 0.72
HSL 16.19º 0.8% 0.15% -
HSV(B) 16.19º 0.89% 0.28% -
XYZ 2.99 2.05 0.47 -
YUV 36.82 111.74 152.38 -
System Red Green Blue C M Y K H S L
Decimal 71 25 8 0 0.65 0.89 0.72 16.19 0.8 0.15
Hex 47 19 8 0 41 59 48 10 50 F
Octal 107 31 10 0 101 131 110 20 120 17
Binary 1000111 11001 1000 0 1000001 1011001 1001000 10000 1010000 1111

Color Harmonies of #471908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471908

Black with #471908

Text Example


Text Example

White with #471908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471908; }

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

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

background-color css

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

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

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

border-color css

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

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

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