Html Css Color HEX #471710 Brown Pod

📋 copy color: '#471710'

red 71 ◦ green 23 ◦ blue 16

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

Shades of Brown Pod #471710

Tints of Brown Pod #471710

RGB

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

 GREEN value IS 23 (9.38% from 255) = 20.91%

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

R = 64.55%
G = 20.91%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.77

 K value IS 0.72

RGB Variations

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

Color information

#471710 (or 0x471710) is known color: Brown Pod. HEX triplet: 47, 17 and 10. RGB value is (71,23,16). Sum of RGB (Red+Green+Blue) = 71+23+16=110 (14% of max value = 765). Red value is 71 (28.12% from 255 or 64.55% from 110); Green value is 23 (9.38% from 255 or 20.91% from 110); Blue value is 16 (6.64% from 255 or 14.55% from 110); Max value from RGB is 71 - color contains mainly: red. Hex color #471710 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471710 is #B8E8EF. Grayscale: #242424. Windows color (decimal): -12118256 or 1054535. OLE color: 1054535.

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

Color convert

RGB 71 23 16 -
CMYK 0 0.68 0.77 0.72
HSL 7.64º 0.63% 0.17% -
HSV(B) 7.64º 0.77% 0.28% -
XYZ 3 1.99 0.72 -
YUV 36.55 116.4 152.57 -
System Red Green Blue C M Y K H S L
Decimal 71 23 16 0 0.68 0.77 0.72 7.64 0.63 0.17
Hex 47 17 10 0 44 4D 48 8 3F 11
Octal 107 27 20 0 104 115 110 10 77 21
Binary 1000111 10111 10000 0 1000100 1001101 1001000 1000 111111 10001

Color Harmonies of #471710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471710

Black with #471710

Text Example


Text Example

White with #471710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471710; }

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

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

background-color css

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

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

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

border-color css

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

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

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