Html Css Color HEX #472115 Brown Pod

📋 copy color: '#472115'

red 71 ◦ green 33 ◦ blue 21

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

Shades of Brown Pod #472115

Tints of Brown Pod #472115

RGB

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

 GREEN value IS 33 (13.28% from 255) = 26.4%

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

R = 56.8%
G = 26.4%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.70

 K value IS 0.72

RGB Variations

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

Color information

#472115 (or 0x472115) is known color: Brown Pod. HEX triplet: 47, 21 and 15. RGB value is (71,33,21). Sum of RGB (Red+Green+Blue) = 71+33+21=125 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.8% from 125); Green value is 33 (13.28% from 255 or 26.4% from 125); Blue value is 21 (8.59% from 255 or 16.8% from 125); Max value from RGB is 71 - color contains mainly: red. Hex color #472115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472115 is #B8DEEA. Grayscale: #2B2B2B. Windows color (decimal): -12115691 or 1384775. OLE color: 1384775.

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

Color convert

RGB 71 33 21 -
CMYK 0 0.54 0.70 0.72
HSL 14.4º 0.54% 0.18% -
HSV(B) 14.4º 0.7% 0.28% -
XYZ 3.28 2.48 1.02 -
YUV 42.99 115.59 147.98 -
System Red Green Blue C M Y K H S L
Decimal 71 33 21 0 0.54 0.70 0.72 14.4 0.54 0.18
Hex 47 21 15 0 36 46 48 E 36 12
Octal 107 41 25 0 66 106 110 16 66 22
Binary 1000111 100001 10101 0 110110 1000110 1001000 1110 110110 10010

Color Harmonies of #472115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472115

Black with #472115

Text Example


Text Example

White with #472115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472115; }

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

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

background-color css

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

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

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

border-color css

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

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

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