Html Css Color HEX #471D17 Brown Pod

📋 copy color: '#471D17'

red 71 ◦ green 29 ◦ blue 23

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

Shades of Brown Pod #471D17

Tints of Brown Pod #471D17

RGB

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

 GREEN value IS 29 (11.72% from 255) = 23.58%

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

R = 57.72%
G = 23.58%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.68

 K value IS 0.72

RGB Variations

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

Color information

#471D17 (or 0x471D17) is known color: Brown Pod. HEX triplet: 47, 1D and 17. RGB value is (71,29,23). Sum of RGB (Red+Green+Blue) = 71+29+23=123 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.72% from 123); Green value is 29 (11.72% from 255 or 23.58% from 123); Blue value is 23 (9.38% from 255 or 18.70% from 123); Max value from RGB is 71 - color contains mainly: red. Hex color #471D17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471D17 is #B8E2E8. Grayscale: #282828. Windows color (decimal): -12116713 or 1514823. OLE color: 1514823.

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

Color convert

RGB 71 29 23 -
CMYK 0 0.59 0.68 0.72
HSL 7.5º 0.51% 0.18% -
HSV(B) 7.5º 0.68% 0.28% -
XYZ 3.19 2.28 1.08 -
YUV 40.87 117.91 149.49 -
System Red Green Blue C M Y K H S L
Decimal 71 29 23 0 0.59 0.68 0.72 7.5 0.51 0.18
Hex 47 1D 17 0 3B 44 48 8 33 12
Octal 107 35 27 0 73 104 110 10 63 22
Binary 1000111 11101 10111 0 111011 1000100 1001000 1000 110011 10010

Color Harmonies of #471D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471D17

Black with #471D17

Text Example


Text Example

White with #471D17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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