Html Css Color HEX #472315 Brown Pod

📋 copy color: '#472315'

red 71 ◦ green 35 ◦ blue 21

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

Shades of Brown Pod #472315

Tints of Brown Pod #472315

RGB

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

 GREEN value IS 35 (14.06% from 255) = 27.56%

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

R = 55.91%
G = 27.56%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.70

 K value IS 0.72

RGB Variations

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

Color information

#472315 (or 0x472315) is known color: Brown Pod. HEX triplet: 47, 23 and 15. RGB value is (71,35,21). Sum of RGB (Red+Green+Blue) = 71+35+21=127 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.91% from 127); Green value is 35 (14.06% from 255 or 27.56% from 127); Blue value is 21 (8.59% from 255 or 16.54% from 127); Max value from RGB is 71 - color contains mainly: red. Hex color #472315 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472315 is #B8DCEA. Grayscale: #2C2C2C. Windows color (decimal): -12115179 or 1385287. OLE color: 1385287.

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

Color convert

RGB 71 35 21 -
CMYK 0 0.51 0.70 0.72
HSL 16.8º 0.54% 0.18% -
HSV(B) 16.8º 0.7% 0.28% -
XYZ 3.33 2.6 1.03 -
YUV 44.17 114.93 147.14 -
System Red Green Blue C M Y K H S L
Decimal 71 35 21 0 0.51 0.70 0.72 16.8 0.54 0.18
Hex 47 23 15 0 33 46 48 11 36 12
Octal 107 43 25 0 63 106 110 21 66 22
Binary 1000111 100011 10101 0 110011 1000110 1001000 10001 110110 10010

Color Harmonies of #472315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472315

Black with #472315

Text Example


Text Example

White with #472315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472315; }

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

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

background-color css

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

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

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

border-color css

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

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

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