Html Css Color HEX #47221E Brown Pod

📋 copy color: '#47221E'

red 71 ◦ green 34 ◦ blue 30

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

Shades of Brown Pod #47221E

Tints of Brown Pod #47221E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 25.19%

 BLUE value IS 30 (12.11% from 255) = 22.22%

R = 52.59%
G = 25.19%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#47221E (or 0x47221E) is known color: Brown Pod. HEX triplet: 47, 22 and 1E. RGB value is (71,34,30). Sum of RGB (Red+Green+Blue) = 71+34+30=135 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.59% from 135); Green value is 34 (13.67% from 255 or 25.19% from 135); Blue value is 30 (12.11% from 255 or 22.22% from 135); Max value from RGB is 71 - color contains mainly: red. Hex color #47221E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47221E is #B8DDE1. Grayscale: #2C2C2C. Windows color (decimal): -12115426 or 1974855. OLE color: 1974855.

HSL color Cylindrical-coordinate representation of color #47221E: hue angle of 5.85º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #47221E is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 34 30 -
CMYK 0 0.52 0.58 0.72
HSL 5.85º 0.41% 0.2% -
HSV(B) 5.85º 0.58% 0.28% -
XYZ 3.4 2.58 1.55 -
YUV 44.61 119.76 146.83 -
System Red Green Blue C M Y K H S L
Decimal 71 34 30 0 0.52 0.58 0.72 5.85 0.41 0.2
Hex 47 22 1E 0 34 3A 48 6 29 14
Octal 107 42 36 0 64 72 110 6 51 24
Binary 1000111 100010 11110 0 110100 111010 1001000 110 101001 10100

Color Harmonies of #47221E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47221E

Black with #47221E

Text Example


Text Example

White with #47221E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47221E; }

 p { color: rgb(71,34,30); }

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

background-color css

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

 a { background-color: rgb(71,34,30); }

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

border-color css

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

 span { border-color: rgb(71,34,30); }

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