Html Css Color HEX #472621 Brown Pod

📋 copy color: '#472621'

red 71 ◦ green 38 ◦ blue 33

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

Shades of Brown Pod #472621

Tints of Brown Pod #472621

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 23.24%

R = 50%
G = 26.76%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.54

 K value IS 0.72

RGB Variations

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

Color information

#472621 (or 0x472621) is known color: Brown Pod. HEX triplet: 47, 26 and 21. RGB value is (71,38,33). Sum of RGB (Red+Green+Blue) = 71+38+33=142 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50% from 142); Green value is 38 (15.23% from 255 or 26.76% from 142); Blue value is 33 (13.28% from 255 or 23.24% from 142); Max value from RGB is 71 - color contains mainly: red. Hex color #472621 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472621 is #B8D9DE. Grayscale: #2F2F2F. Windows color (decimal): -12114399 or 2172487. OLE color: 2172487.

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

Color convert

RGB 71 38 33 -
CMYK 0 0.46 0.54 0.72
HSL 7.89º 0.37% 0.2% -
HSV(B) 7.89º 0.54% 0.28% -
XYZ 3.57 2.84 1.8 -
YUV 47.3 119.93 144.91 -
System Red Green Blue C M Y K H S L
Decimal 71 38 33 0 0.46 0.54 0.72 7.89 0.37 0.2
Hex 47 26 21 0 2E 36 48 8 25 14
Octal 107 46 41 0 56 66 110 10 45 24
Binary 1000111 100110 100001 0 101110 110110 1001000 1000 100101 10100

Color Harmonies of #472621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472621

Black with #472621

Text Example


Text Example

White with #472621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472621; }

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

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

background-color css

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

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

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

border-color css

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

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

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