Html Css Color HEX #471D1A Brown Pod

📋 copy color: '#471D1A'

red 71 ◦ green 29 ◦ blue 26

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

Shades of Brown Pod #471D1A

Tints of Brown Pod #471D1A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 23.02%

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

R = 56.35%
G = 23.02%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.63

 K value IS 0.72

RGB Variations

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

Color information

#471D1A (or 0x471D1A) is known color: Brown Pod. HEX triplet: 47, 1D and 1A. RGB value is (71,29,26). Sum of RGB (Red+Green+Blue) = 71+29+26=126 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.35% from 126); Green value is 29 (11.72% from 255 or 23.02% from 126); Blue value is 26 (10.55% from 255 or 20.63% from 126); Max value from RGB is 71 - color contains mainly: red. Hex color #471D1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471D1A is #B8E2E5. Grayscale: #292929. Windows color (decimal): -12116710 or 1711431. OLE color: 1711431.

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

Color convert

RGB 71 29 26 -
CMYK 0 0.59 0.63 0.72
HSL 0.46% 0.19% -
HSV(B) 0.63% 0.28% -
XYZ 3.22 2.29 1.25 -
YUV 41.22 119.41 149.24 -
System Red Green Blue C M Y K H S L
Decimal 71 29 26 0 0.59 0.63 0.72 4 0.46 0.19
Hex 47 1D 1A 0 3B 3F 48 4 2E 13
Octal 107 35 32 0 73 77 110 4 56 23
Binary 1000111 11101 11010 0 111011 111111 1001000 100 101110 10011

Color Harmonies of #471D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471D1A

Black with #471D1A

Text Example


Text Example

White with #471D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471D1A; }

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

 H1.HeaderClassName
 {
   color: #471D1A;
 }
 .AnyTagClassName
 {
   color: #471D1A;
 }
</style>

background-color css

<style>
 a { background-color: #471D1A; }

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

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

border-color css

<style>
 span { border-color: #471D1A; }

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

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