Html Css Color HEX #47221D Brown Pod

📋 copy color: '#47221D'

red 71 ◦ green 34 ◦ blue 29

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

Shades of Brown Pod #47221D

Tints of Brown Pod #47221D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 21.64%

R = 52.99%
G = 25.37%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.59

 K value IS 0.72

RGB Variations

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

Color information

#47221D (or 0x47221D) is known color: Brown Pod. HEX triplet: 47, 22 and 1D. RGB value is (71,34,29). Sum of RGB (Red+Green+Blue) = 71+34+29=134 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.99% from 134); Green value is 34 (13.67% from 255 or 25.37% from 134); Blue value is 29 (11.72% from 255 or 21.64% from 134); Max value from RGB is 71 - color contains mainly: red. Hex color #47221D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47221D is #B8DDE2. Grayscale: #2C2C2C. Windows color (decimal): -12115427 or 1909319. OLE color: 1909319.

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

Color convert

RGB 71 34 29 -
CMYK 0 0.52 0.59 0.72
HSL 7.14º 0.42% 0.2% -
HSV(B) 7.14º 0.59% 0.28% -
XYZ 3.39 2.57 1.48 -
YUV 44.49 119.26 146.91 -
System Red Green Blue C M Y K H S L
Decimal 71 34 29 0 0.52 0.59 0.72 7.14 0.42 0.2
Hex 47 22 1D 0 34 3B 48 7 2A 14
Octal 107 42 35 0 64 73 110 7 52 24
Binary 1000111 100010 11101 0 110100 111011 1001000 111 101010 10100

Color Harmonies of #47221D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47221D

Black with #47221D

Text Example


Text Example

White with #47221D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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