Html Css Color HEX #472616 Brown Pod

📋 copy color: '#472616'

red 71 ◦ green 38 ◦ blue 22

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

Shades of Brown Pod #472616

Tints of Brown Pod #472616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 16.79%

R = 54.2%
G = 29.01%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.69

 K value IS 0.72

RGB Variations

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

Color information

#472616 (or 0x472616) is known color: Brown Pod. HEX triplet: 47, 26 and 16. RGB value is (71,38,22). Sum of RGB (Red+Green+Blue) = 71+38+22=131 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.20% from 131); Green value is 38 (15.23% from 255 or 29.01% from 131); Blue value is 22 (8.98% from 255 or 16.79% from 131); Max value from RGB is 71 - color contains mainly: red. Hex color #472616 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472616 is #B8D9E9. Grayscale: #2E2E2E. Windows color (decimal): -12114410 or 1451591. OLE color: 1451591.

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

Color convert

RGB 71 38 22 -
CMYK 0 0.46 0.69 0.72
HSL 19.59º 0.53% 0.18% -
HSV(B) 19.59º 0.69% 0.28% -
XYZ 3.44 2.78 1.12 -
YUV 46.04 114.43 145.8 -
System Red Green Blue C M Y K H S L
Decimal 71 38 22 0 0.46 0.69 0.72 19.59 0.53 0.18
Hex 47 26 16 0 2E 45 48 14 35 12
Octal 107 46 26 0 56 105 110 24 65 22
Binary 1000111 100110 10110 0 101110 1000101 1001000 10100 110101 10010

Color Harmonies of #472616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472616

Black with #472616

Text Example


Text Example

White with #472616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472616; }

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

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

background-color css

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

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

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

border-color css

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

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

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