Html Css Color HEX #471401 Brown Pod

📋 copy color: '#471401'

red 71 ◦ green 20 ◦ blue 1

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

Shades of Brown Pod #471401

Tints of Brown Pod #471401

RGB

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

 GREEN value IS 20 (8.2% from 255) = 21.74%

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

R = 77.17%
G = 21.74%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#471401 (or 0x471401) is known color: Brown Pod. HEX triplet: 47, 14 and 01. RGB value is (71,20,1). Sum of RGB (Red+Green+Blue) = 71+20+1=92 (12% of max value = 765). Red value is 71 (28.12% from 255 or 77.17% from 92); Green value is 20 (8.20% from 255 or 21.74% from 92); Blue value is 1 (0.78% from 255 or 1.09% from 92); Max value from RGB is 71 - color contains mainly: red. Hex color #471401 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471401 is #B8EBFE. Grayscale: #212121. Windows color (decimal): -12119039 or 70727. OLE color: 70727.

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

Color convert

RGB 71 20 1 -
CMYK 0 0.72 0.99 0.72
HSL 16.29º 0.97% 0.14% -
HSV(B) 16.29º 0.99% 0.28% -
XYZ 2.85 1.84 0.23 -
YUV 33.08 109.9 155.04 -
System Red Green Blue C M Y K H S L
Decimal 71 20 1 0 0.72 0.99 0.72 16.29 0.97 0.14
Hex 47 14 1 0 48 63 48 10 61 E
Octal 107 24 1 0 110 143 110 20 141 16
Binary 1000111 10100 1 0 1001000 1100011 1001000 10000 1100001 1110

Color Harmonies of #471401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471401

Black with #471401

Text Example


Text Example

White with #471401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471401; }

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

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

background-color css

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

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

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

border-color css

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

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

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