Html Css Color HEX #472319 Brown Pod

📋 copy color: '#472319'

red 71 ◦ green 35 ◦ blue 25

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

Shades of Brown Pod #472319

Tints of Brown Pod #472319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 19.08%

R = 54.2%
G = 26.72%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.65

 K value IS 0.72

RGB Variations

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

Color information

#472319 (or 0x472319) is known color: Brown Pod. HEX triplet: 47, 23 and 19. RGB value is (71,35,25). Sum of RGB (Red+Green+Blue) = 71+35+25=131 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.20% from 131); Green value is 35 (14.06% from 255 or 26.72% from 131); Blue value is 25 (10.16% from 255 or 19.08% from 131); Max value from RGB is 71 - color contains mainly: red. Hex color #472319 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472319 is #B8DCE6. Grayscale: #2C2C2C. Windows color (decimal): -12115175 or 1647431. OLE color: 1647431.

HSL color Cylindrical-coordinate representation of color #472319: hue angle of 13.04º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #472319 is Cyan = 0, Magento = 0.51, Yellow = 0.65 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 35 25 -
CMYK 0 0.51 0.65 0.72
HSL 13.04º 0.48% 0.19% -
HSV(B) 13.04º 0.65% 0.28% -
XYZ 3.38 2.61 1.25 -
YUV 44.62 116.93 146.81 -
System Red Green Blue C M Y K H S L
Decimal 71 35 25 0 0.51 0.65 0.72 13.04 0.48 0.19
Hex 47 23 19 0 33 41 48 D 30 13
Octal 107 43 31 0 63 101 110 15 60 23
Binary 1000111 100011 11001 0 110011 1000001 1001000 1101 110000 10011

Color Harmonies of #472319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472319

Black with #472319

Text Example


Text Example

White with #472319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472319; }

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

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

background-color css

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

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

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

border-color css

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

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

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