Html Css Color HEX #47261F Brown Pod

📋 copy color: '#47261F'

red 71 ◦ green 38 ◦ blue 31

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

Shades of Brown Pod #47261F

Tints of Brown Pod #47261F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 27.14%

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

R = 50.71%
G = 27.14%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#47261F (or 0x47261F) is known color: Brown Pod. HEX triplet: 47, 26 and 1F. RGB value is (71,38,31). Sum of RGB (Red+Green+Blue) = 71+38+31=140 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.71% from 140); Green value is 38 (15.23% from 255 or 27.14% from 140); Blue value is 31 (12.5% from 255 or 22.14% from 140); Max value from RGB is 71 - color contains mainly: red. Hex color #47261F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47261F is #B8D9E0. Grayscale: #2F2F2F. Windows color (decimal): -12114401 or 2041415. OLE color: 2041415.

HSL color Cylindrical-coordinate representation of color #47261F: hue angle of 10.5º 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 #47261F is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 38 31 -
CMYK 0 0.46 0.56 0.72
HSL 10.5º 0.39% 0.2% -
HSV(B) 10.5º 0.56% 0.28% -
XYZ 3.54 2.82 1.66 -
YUV 47.07 118.93 145.07 -
System Red Green Blue C M Y K H S L
Decimal 71 38 31 0 0.46 0.56 0.72 10.5 0.39 0.2
Hex 47 26 1F 0 2E 38 48 A 27 14
Octal 107 46 37 0 56 70 110 12 47 24
Binary 1000111 100110 11111 0 101110 111000 1001000 1010 100111 10100

Color Harmonies of #47261F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47261F

Black with #47261F

Text Example


Text Example

White with #47261F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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