Html Css Color HEX #471910 Brown Pod

📋 copy color: '#471910'

red 71 ◦ green 25 ◦ blue 16

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

Shades of Brown Pod #471910

Tints of Brown Pod #471910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 14.29%

R = 63.39%
G = 22.32%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.77

 K value IS 0.72

RGB Variations

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

Color information

#471910 (or 0x471910) is known color: Brown Pod. HEX triplet: 47, 19 and 10. RGB value is (71,25,16). Sum of RGB (Red+Green+Blue) = 71+25+16=112 (14% of max value = 765). Red value is 71 (28.12% from 255 or 63.39% from 112); Green value is 25 (10.16% from 255 or 22.32% from 112); Blue value is 16 (6.64% from 255 or 14.29% from 112); Max value from RGB is 71 - color contains mainly: red. Hex color #471910 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471910 is #B8E6EF. Grayscale: #252525. Windows color (decimal): -12117744 or 1055047. OLE color: 1055047.

HSL color Cylindrical-coordinate representation of color #471910: hue angle of 9.82º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #471910 is Cyan = 0, Magento = 0.65, Yellow = 0.77 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 25 16 -
CMYK 0 0.65 0.77 0.72
HSL 9.82º 0.63% 0.17% -
HSV(B) 9.82º 0.77% 0.28% -
XYZ 3.04 2.07 0.73 -
YUV 37.73 115.74 151.73 -
System Red Green Blue C M Y K H S L
Decimal 71 25 16 0 0.65 0.77 0.72 9.82 0.63 0.17
Hex 47 19 10 0 41 4D 48 A 3F 11
Octal 107 31 20 0 101 115 110 12 77 21
Binary 1000111 11001 10000 0 1000001 1001101 1001000 1010 111111 10001

Color Harmonies of #471910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471910

Black with #471910

Text Example


Text Example

White with #471910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471910; }

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

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

background-color css

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

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

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

border-color css

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

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

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