Html Css Color HEX #472117 Brown Pod

📋 copy color: '#472117'

red 71 ◦ green 33 ◦ blue 23

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

Shades of Brown Pod #472117

Tints of Brown Pod #472117

RGB

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

 GREEN value IS 33 (13.28% from 255) = 25.98%

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

R = 55.91%
G = 25.98%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.68

 K value IS 0.72

RGB Variations

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

Color information

#472117 (or 0x472117) is known color: Brown Pod. HEX triplet: 47, 21 and 17. RGB value is (71,33,23). Sum of RGB (Red+Green+Blue) = 71+33+23=127 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.91% from 127); Green value is 33 (13.28% from 255 or 25.98% from 127); Blue value is 23 (9.38% from 255 or 18.11% from 127); Max value from RGB is 71 - color contains mainly: red. Hex color #472117 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472117 is #B8DEE8. Grayscale: #2B2B2B. Windows color (decimal): -12115689 or 1515847. OLE color: 1515847.

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

Color convert

RGB 71 33 23 -
CMYK 0 0.54 0.68 0.72
HSL 12.5º 0.51% 0.18% -
HSV(B) 12.5º 0.68% 0.28% -
XYZ 3.3 2.49 1.12 -
YUV 43.22 116.59 147.81 -
System Red Green Blue C M Y K H S L
Decimal 71 33 23 0 0.54 0.68 0.72 12.5 0.51 0.18
Hex 47 21 17 0 36 44 48 C 33 12
Octal 107 41 27 0 66 104 110 14 63 22
Binary 1000111 100001 10111 0 110110 1000100 1001000 1100 110011 10010

Color Harmonies of #472117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472117

Black with #472117

Text Example


Text Example

White with #472117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472117; }

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

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

background-color css

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

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

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

border-color css

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

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

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