Html Css Color HEX #47271F Brown Pod

📋 copy color: '#47271F'

red 71 ◦ green 39 ◦ blue 31

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

Shades of Brown Pod #47271F

Tints of Brown Pod #47271F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 21.99%

R = 50.35%
G = 27.66%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#47271F (or 0x47271F) is known color: Brown Pod. HEX triplet: 47, 27 and 1F. RGB value is (71,39,31). Sum of RGB (Red+Green+Blue) = 71+39+31=141 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.35% from 141); Green value is 39 (15.62% from 255 or 27.66% from 141); Blue value is 31 (12.5% from 255 or 21.99% from 141); Max value from RGB is 71 - color contains mainly: red. Hex color #47271F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47271F is #B8D8E0. Grayscale: #2F2F2F. Windows color (decimal): -12114145 or 2041671. OLE color: 2041671.

HSL color Cylindrical-coordinate representation of color #47271F: hue angle of 12º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #47271F is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 39 31 -
CMYK 0 0.45 0.56 0.72
HSL 12º 0.39% 0.2% -
HSV(B) 12º 0.56% 0.28% -
XYZ 3.57 2.89 1.67 -
YUV 47.66 118.6 144.65 -
System Red Green Blue C M Y K H S L
Decimal 71 39 31 0 0.45 0.56 0.72 12 0.39 0.2
Hex 47 27 1F 0 2D 38 48 C 27 14
Octal 107 47 37 0 55 70 110 14 47 24
Binary 1000111 100111 11111 0 101101 111000 1001000 1100 100111 10100

Color Harmonies of #47271F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47271F

Black with #47271F

Text Example


Text Example

White with #47271F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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