Html Css Color HEX #472615 Brown Pod

📋 copy color: '#472615'

red 71 ◦ green 38 ◦ blue 21

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

Shades of Brown Pod #472615

Tints of Brown Pod #472615

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 16.15%

R = 54.62%
G = 29.23%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.70

 K value IS 0.72

RGB Variations

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

Color information

#472615 (or 0x472615) is known color: Brown Pod. HEX triplet: 47, 26 and 15. RGB value is (71,38,21). Sum of RGB (Red+Green+Blue) = 71+38+21=130 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.62% from 130); Green value is 38 (15.23% from 255 or 29.23% from 130); Blue value is 21 (8.59% from 255 or 16.15% from 130); Max value from RGB is 71 - color contains mainly: red. Hex color #472615 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472615 is #B8D9EA. Grayscale: #2E2E2E. Windows color (decimal): -12114411 or 1386055. OLE color: 1386055.

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

Color convert

RGB 71 38 21 -
CMYK 0 0.46 0.70 0.72
HSL 20.4º 0.54% 0.18% -
HSV(B) 20.4º 0.7% 0.28% -
XYZ 3.43 2.78 1.07 -
YUV 45.93 113.93 145.88 -
System Red Green Blue C M Y K H S L
Decimal 71 38 21 0 0.46 0.70 0.72 20.4 0.54 0.18
Hex 47 26 15 0 2E 46 48 14 36 12
Octal 107 46 25 0 56 106 110 24 66 22
Binary 1000111 100110 10101 0 101110 1000110 1001000 10100 110110 10010

Color Harmonies of #472615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472615

Black with #472615

Text Example


Text Example

White with #472615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472615; }

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

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

background-color css

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

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

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

border-color css

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

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

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