Html Css Color HEX #47221A Brown Pod

📋 copy color: '#47221A'

red 71 ◦ green 34 ◦ blue 26

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

Shades of Brown Pod #47221A

Tints of Brown Pod #47221A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 19.85%

R = 54.2%
G = 25.95%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.63

 K value IS 0.72

RGB Variations

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

Color information

#47221A (or 0x47221A) is known color: Brown Pod. HEX triplet: 47, 22 and 1A. RGB value is (71,34,26). Sum of RGB (Red+Green+Blue) = 71+34+26=131 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.20% from 131); Green value is 34 (13.67% from 255 or 25.95% from 131); Blue value is 26 (10.55% from 255 or 19.85% from 131); Max value from RGB is 71 - color contains mainly: red. Hex color #47221A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47221A is #B8DDE5. Grayscale: #2C2C2C. Windows color (decimal): -12115430 or 1712711. OLE color: 1712711.

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

Color convert

RGB 71 34 26 -
CMYK 0 0.52 0.63 0.72
HSL 10.67º 0.46% 0.19% -
HSV(B) 10.67º 0.63% 0.28% -
XYZ 3.36 2.56 1.29 -
YUV 44.15 117.76 147.15 -
System Red Green Blue C M Y K H S L
Decimal 71 34 26 0 0.52 0.63 0.72 10.67 0.46 0.19
Hex 47 22 1A 0 34 3F 48 B 2E 13
Octal 107 42 32 0 64 77 110 13 56 23
Binary 1000111 100010 11010 0 110100 111111 1001000 1011 101110 10011

Color Harmonies of #47221A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47221A

Black with #47221A

Text Example


Text Example

White with #47221A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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