Html Css Color HEX #471F17 Brown Pod

📋 copy color: '#471F17'

red 71 ◦ green 31 ◦ blue 23

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

Shades of Brown Pod #471F17

Tints of Brown Pod #471F17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 18.4%

R = 56.8%
G = 24.8%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.68

 K value IS 0.72

RGB Variations

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

Color information

#471F17 (or 0x471F17) is known color: Brown Pod. HEX triplet: 47, 1F and 17. RGB value is (71,31,23). Sum of RGB (Red+Green+Blue) = 71+31+23=125 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.8% from 125); Green value is 31 (12.5% from 255 or 24.8% from 125); Blue value is 23 (9.38% from 255 or 18.4% from 125); Max value from RGB is 71 - color contains mainly: red. Hex color #471F17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471F17 is #B8E0E8. Grayscale: #2A2A2A. Windows color (decimal): -12116201 or 1515335. OLE color: 1515335.

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

Color convert

RGB 71 31 23 -
CMYK 0 0.56 0.68 0.72
HSL 10º 0.51% 0.18% -
HSV(B) 10º 0.68% 0.28% -
XYZ 3.24 2.38 1.1 -
YUV 42.05 117.25 148.65 -
System Red Green Blue C M Y K H S L
Decimal 71 31 23 0 0.56 0.68 0.72 10 0.51 0.18
Hex 47 1F 17 0 38 44 48 A 33 12
Octal 107 37 27 0 70 104 110 12 63 22
Binary 1000111 11111 10111 0 111000 1000100 1001000 1010 110011 10010

Color Harmonies of #471F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471F17

Black with #471F17

Text Example


Text Example

White with #471F17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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