Html Css Color HEX #47271E Brown Pod

📋 copy color: '#47271E'

red 71 ◦ green 39 ◦ blue 30

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

Shades of Brown Pod #47271E

Tints of Brown Pod #47271E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 27.86%

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

R = 50.71%
G = 27.86%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#47271E (or 0x47271E) is known color: Brown Pod. HEX triplet: 47, 27 and 1E. RGB value is (71,39,30). Sum of RGB (Red+Green+Blue) = 71+39+30=140 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.71% from 140); Green value is 39 (15.62% from 255 or 27.86% from 140); Blue value is 30 (12.11% from 255 or 21.43% from 140); Max value from RGB is 71 - color contains mainly: red. Hex color #47271E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47271E is #B8D8E1. Grayscale: #2F2F2F. Windows color (decimal): -12114146 or 1976135. OLE color: 1976135.

HSL color Cylindrical-coordinate representation of color #47271E: hue angle of 13.17º 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 #47271E is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 39 30 -
CMYK 0 0.45 0.58 0.72
HSL 13.17º 0.41% 0.2% -
HSV(B) 13.17º 0.58% 0.28% -
XYZ 3.56 2.88 1.6 -
YUV 47.54 118.1 144.73 -
System Red Green Blue C M Y K H S L
Decimal 71 39 30 0 0.45 0.58 0.72 13.17 0.41 0.2
Hex 47 27 1E 0 2D 3A 48 D 29 14
Octal 107 47 36 0 55 72 110 15 51 24
Binary 1000111 100111 11110 0 101101 111010 1001000 1101 101001 10100

Color Harmonies of #47271E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47271E

Black with #47271E

Text Example


Text Example

White with #47271E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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