Html Css Color HEX #472614 Brown Pod

📋 copy color: '#472614'

red 71 ◦ green 38 ◦ blue 20

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

Shades of Brown Pod #472614

Tints of Brown Pod #472614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 15.5%

R = 55.04%
G = 29.46%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#472614 (or 0x472614) is known color: Brown Pod. HEX triplet: 47, 26 and 14. RGB value is (71,38,20). Sum of RGB (Red+Green+Blue) = 71+38+20=129 (17% of max value = 765). Red value is 71 (28.12% from 255 or 55.04% from 129); Green value is 38 (15.23% from 255 or 29.46% from 129); Blue value is 20 (8.20% from 255 or 15.50% from 129); Max value from RGB is 71 - color contains mainly: red. Hex color #472614 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472614 is #B8D9EB. Grayscale: #2D2D2D. Windows color (decimal): -12114412 or 1320519. OLE color: 1320519.

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

Color convert

RGB 71 38 20 -
CMYK 0 0.46 0.72 0.72
HSL 21.18º 0.56% 0.18% -
HSV(B) 21.18º 0.72% 0.28% -
XYZ 3.42 2.78 1.02 -
YUV 45.82 113.43 145.96 -
System Red Green Blue C M Y K H S L
Decimal 71 38 20 0 0.46 0.72 0.72 21.18 0.56 0.18
Hex 47 26 14 0 2E 48 48 15 38 12
Octal 107 46 24 0 56 110 110 25 70 22
Binary 1000111 100110 10100 0 101110 1001000 1001000 10101 111000 10010

Color Harmonies of #472614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472614

Black with #472614

Text Example


Text Example

White with #472614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472614; }

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

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

background-color css

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

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

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

border-color css

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

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

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