Html Css Color HEX #471C11 Brown Pod

📋 copy color: '#471C11'

red 71 ◦ green 28 ◦ blue 17

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

Shades of Brown Pod #471C11

Tints of Brown Pod #471C11

RGB

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

 GREEN value IS 28 (11.33% from 255) = 24.14%

 BLUE value IS 17 (7.03% from 255) = 14.66%

R = 61.21%
G = 24.14%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.76

 K value IS 0.72

RGB Variations

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

Color information

#471C11 (or 0x471C11) is known color: Brown Pod. HEX triplet: 47, 1C and 11. RGB value is (71,28,17). Sum of RGB (Red+Green+Blue) = 71+28+17=116 (15% of max value = 765). Red value is 71 (28.12% from 255 or 61.21% from 116); Green value is 28 (11.33% from 255 or 24.14% from 116); Blue value is 17 (7.03% from 255 or 14.66% from 116); Max value from RGB is 71 - color contains mainly: red. Hex color #471C11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471C11 is #B8E3EE. Grayscale: #272727. Windows color (decimal): -12116975 or 1121351. OLE color: 1121351.

HSL color Cylindrical-coordinate representation of color #471C11: hue angle of 12.22º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #471C11 is Cyan = 0, Magento = 0.61, Yellow = 0.76 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 28 17 -
CMYK 0 0.61 0.76 0.72
HSL 12.22º 0.61% 0.17% -
HSV(B) 12.22º 0.76% 0.28% -
XYZ 3.11 2.21 0.79 -
YUV 39.6 115.25 150.39 -
System Red Green Blue C M Y K H S L
Decimal 71 28 17 0 0.61 0.76 0.72 12.22 0.61 0.17
Hex 47 1C 11 0 3D 4C 48 C 3D 11
Octal 107 34 21 0 75 114 110 14 75 21
Binary 1000111 11100 10001 0 111101 1001100 1001000 1100 111101 10001

Color Harmonies of #471C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471C11

Black with #471C11

Text Example


Text Example

White with #471C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,28,17); }

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

background-color css

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

 a { background-color: rgb(71,28,17); }

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

border-color css

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

 span { border-color: rgb(71,28,17); }

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