Html Css Color HEX #472517 Brown Pod

📋 copy color: '#472517'

red 71 ◦ green 37 ◦ blue 23

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

Shades of Brown Pod #472517

Tints of Brown Pod #472517

RGB

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

 GREEN value IS 37 (14.84% from 255) = 28.24%

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

R = 54.2%
G = 28.24%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.68

 K value IS 0.72

RGB Variations

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

Color information

#472517 (or 0x472517) is known color: Brown Pod. HEX triplet: 47, 25 and 17. RGB value is (71,37,23). Sum of RGB (Red+Green+Blue) = 71+37+23=131 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.20% from 131); Green value is 37 (14.84% from 255 or 28.24% from 131); Blue value is 23 (9.38% from 255 or 17.56% from 131); Max value from RGB is 71 - color contains mainly: red. Hex color #472517 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472517 is #B8DAE8. Grayscale: #2D2D2D. Windows color (decimal): -12114665 or 1516871. OLE color: 1516871.

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

Color convert

RGB 71 37 23 -
CMYK 0 0.48 0.68 0.72
HSL 17.5º 0.51% 0.18% -
HSV(B) 17.5º 0.68% 0.28% -
XYZ 3.41 2.72 1.16 -
YUV 45.57 115.26 146.14 -
System Red Green Blue C M Y K H S L
Decimal 71 37 23 0 0.48 0.68 0.72 17.5 0.51 0.18
Hex 47 25 17 0 30 44 48 12 33 12
Octal 107 45 27 0 60 104 110 22 63 22
Binary 1000111 100101 10111 0 110000 1000100 1001000 10010 110011 10010

Color Harmonies of #472517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472517

Black with #472517

Text Example


Text Example

White with #472517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472517; }

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

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

background-color css

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

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

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

border-color css

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

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

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