Html Css Color HEX #47261A Brown Pod

📋 copy color: '#47261A'

red 71 ◦ green 38 ◦ blue 26

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

Shades of Brown Pod #47261A

Tints of Brown Pod #47261A

RGB

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

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

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

R = 52.59%
G = 28.15%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.63

 K value IS 0.72

RGB Variations

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

Color information

#47261A (or 0x47261A) is known color: Brown Pod. HEX triplet: 47, 26 and 1A. RGB value is (71,38,26). Sum of RGB (Red+Green+Blue) = 71+38+26=135 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.59% from 135); Green value is 38 (15.23% from 255 or 28.15% from 135); Blue value is 26 (10.55% from 255 or 19.26% from 135); Max value from RGB is 71 - color contains mainly: red. Hex color #47261A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47261A is #B8D9E5. Grayscale: #2E2E2E. Windows color (decimal): -12114406 or 1713735. OLE color: 1713735.

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

Color convert

RGB 71 38 26 -
CMYK 0 0.46 0.63 0.72
HSL 16º 0.46% 0.19% -
HSV(B) 16º 0.63% 0.28% -
XYZ 3.48 2.8 1.33 -
YUV 46.5 116.43 145.48 -
System Red Green Blue C M Y K H S L
Decimal 71 38 26 0 0.46 0.63 0.72 16 0.46 0.19
Hex 47 26 1A 0 2E 3F 48 10 2E 13
Octal 107 46 32 0 56 77 110 20 56 23
Binary 1000111 100110 11010 0 101110 111111 1001000 10000 101110 10011

Color Harmonies of #47261A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47261A

Black with #47261A

Text Example


Text Example

White with #47261A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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