Html Css Color HEX #471501 Brown Pod

📋 copy color: '#471501'

red 71 ◦ green 21 ◦ blue 1

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

Shades of Brown Pod #471501

Tints of Brown Pod #471501

RGB

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

 GREEN value IS 21 (8.59% from 255) = 22.58%

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

R = 76.34%
G = 22.58%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#471501 (or 0x471501) is known color: Brown Pod. HEX triplet: 47, 15 and 01. RGB value is (71,21,1). Sum of RGB (Red+Green+Blue) = 71+21+1=93 (12% of max value = 765). Red value is 71 (28.12% from 255 or 76.34% from 93); Green value is 21 (8.59% from 255 or 22.58% from 93); Blue value is 1 (0.78% from 255 or 1.08% from 93); Max value from RGB is 71 - color contains mainly: red. Hex color #471501 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471501 is #B8EAFE. Grayscale: #212121. Windows color (decimal): -12118783 or 70983. OLE color: 70983.

HSL color Cylindrical-coordinate representation of color #471501: hue angle of 17.14º 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 #471501 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 21 1 -
CMYK 0 0.70 0.99 0.72
HSL 17.14º 0.97% 0.14% -
HSV(B) 17.14º 0.99% 0.28% -
XYZ 2.87 1.88 0.24 -
YUV 33.67 109.57 154.63 -
System Red Green Blue C M Y K H S L
Decimal 71 21 1 0 0.70 0.99 0.72 17.14 0.97 0.14
Hex 47 15 1 0 46 63 48 11 61 E
Octal 107 25 1 0 106 143 110 21 141 16
Binary 1000111 10101 1 0 1000110 1100011 1001000 10001 1100001 1110

Color Harmonies of #471501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471501

Black with #471501

Text Example


Text Example

White with #471501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471501; }

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

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

background-color css

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

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

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

border-color css

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

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

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