Html Css Color HEX #47261E Brown Pod

📋 copy color: '#47261E'

red 71 ◦ green 38 ◦ blue 30

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

Shades of Brown Pod #47261E

Tints of Brown Pod #47261E

RGB

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

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

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

R = 51.08%
G = 27.34%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#47261E (or 0x47261E) is known color: Brown Pod. HEX triplet: 47, 26 and 1E. RGB value is (71,38,30). Sum of RGB (Red+Green+Blue) = 71+38+30=139 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.08% from 139); Green value is 38 (15.23% from 255 or 27.34% from 139); Blue value is 30 (12.11% from 255 or 21.58% from 139); Max value from RGB is 71 - color contains mainly: red. Hex color #47261E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47261E is #B8D9E1. Grayscale: #2F2F2F. Windows color (decimal): -12114402 or 1975879. OLE color: 1975879.

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

Color convert

RGB 71 38 30 -
CMYK 0 0.46 0.58 0.72
HSL 11.71º 0.41% 0.2% -
HSV(B) 11.71º 0.58% 0.28% -
XYZ 3.53 2.82 1.59 -
YUV 46.96 118.43 145.15 -
System Red Green Blue C M Y K H S L
Decimal 71 38 30 0 0.46 0.58 0.72 11.71 0.41 0.2
Hex 47 26 1E 0 2E 3A 48 C 29 14
Octal 107 46 36 0 56 72 110 14 51 24
Binary 1000111 100110 11110 0 101110 111010 1001000 1100 101001 10100

Color Harmonies of #47261E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47261E

Black with #47261E

Text Example


Text Example

White with #47261E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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