Html Css Color HEX #471101 Brown Pod

📋 copy color: '#471101'

red 71 ◦ green 17 ◦ blue 1

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

Shades of Brown Pod #471101

Tints of Brown Pod #471101

RGB

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

 GREEN value IS 17 (7.03% from 255) = 19.1%

 BLUE value IS 1 (0.78% from 255) = 1.12%

R = 79.78%
G = 19.1%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#471101 (or 0x471101) is known color: Brown Pod. HEX triplet: 47, 11 and 01. RGB value is (71,17,1). Sum of RGB (Red+Green+Blue) = 71+17+1=89 (11% of max value = 765). Red value is 71 (28.12% from 255 or 79.78% from 89); Green value is 17 (7.03% from 255 or 19.10% from 89); Blue value is 1 (0.78% from 255 or 1.12% from 89); Max value from RGB is 71 - color contains mainly: red. Hex color #471101 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471101 is #B8EEFE. Grayscale: #1F1F1F. Windows color (decimal): -12119807 or 69959. OLE color: 69959.

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

Color convert

RGB 71 17 1 -
CMYK 0 0.76 0.99 0.72
HSL 13.71º 0.97% 0.14% -
HSV(B) 13.71º 0.99% 0.28% -
XYZ 2.8 1.74 0.22 -
YUV 31.32 110.89 156.3 -
System Red Green Blue C M Y K H S L
Decimal 71 17 1 0 0.76 0.99 0.72 13.71 0.97 0.14
Hex 47 11 1 0 4C 63 48 E 61 E
Octal 107 21 1 0 114 143 110 16 141 16
Binary 1000111 10001 1 0 1001100 1100011 1001000 1110 1100001 1110

Color Harmonies of #471101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471101

Black with #471101

Text Example


Text Example

White with #471101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471101; }

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

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

background-color css

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

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

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

border-color css

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

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

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