Html Css Color HEX #472619 Brown Pod

📋 copy color: '#472619'

red 71 ◦ green 38 ◦ blue 25

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

Shades of Brown Pod #472619

Tints of Brown Pod #472619

RGB

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

 GREEN value IS 38 (15.23% from 255) = 28.36%

 BLUE value IS 25 (10.16% from 255) = 18.66%

R = 52.99%
G = 28.36%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.65

 K value IS 0.72

RGB Variations

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

Color information

#472619 (or 0x472619) is known color: Brown Pod. HEX triplet: 47, 26 and 19. RGB value is (71,38,25). Sum of RGB (Red+Green+Blue) = 71+38+25=134 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.99% from 134); Green value is 38 (15.23% from 255 or 28.36% from 134); Blue value is 25 (10.16% from 255 or 18.66% from 134); Max value from RGB is 71 - color contains mainly: red. Hex color #472619 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472619 is #B8D9E6. Grayscale: #2E2E2E. Windows color (decimal): -12114407 or 1648199. OLE color: 1648199.

HSL color Cylindrical-coordinate representation of color #472619: hue angle of 16.96º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #472619 is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 38 25 -
CMYK 0 0.46 0.65 0.72
HSL 16.96º 0.48% 0.19% -
HSV(B) 16.96º 0.65% 0.28% -
XYZ 3.47 2.8 1.28 -
YUV 46.39 115.93 145.56 -
System Red Green Blue C M Y K H S L
Decimal 71 38 25 0 0.46 0.65 0.72 16.96 0.48 0.19
Hex 47 26 19 0 2E 41 48 11 30 13
Octal 107 46 31 0 56 101 110 21 60 23
Binary 1000111 100110 11001 0 101110 1000001 1001000 10001 110000 10011

Color Harmonies of #472619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472619

Black with #472619

Text Example


Text Example

White with #472619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472619; }

 p { color: rgb(71,38,25); }

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

background-color css

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

 a { background-color: rgb(71,38,25); }

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

border-color css

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

 span { border-color: rgb(71,38,25); }

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