Html Css Color HEX #471601 Brown Pod

📋 copy color: '#471601'

red 71 ◦ green 22 ◦ blue 1

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

Shades of Brown Pod #471601

Tints of Brown Pod #471601

RGB

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

 GREEN value IS 22 (8.98% from 255) = 23.4%

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

R = 75.53%
G = 23.4%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#471601 (or 0x471601) is known color: Brown Pod. HEX triplet: 47, 16 and 01. RGB value is (71,22,1). Sum of RGB (Red+Green+Blue) = 71+22+1=94 (12% of max value = 765). Red value is 71 (28.12% from 255 or 75.53% from 94); Green value is 22 (8.98% from 255 or 23.40% from 94); Blue value is 1 (0.78% from 255 or 1.06% from 94); Max value from RGB is 71 - color contains mainly: red. Hex color #471601 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471601 is #B8E9FE. Grayscale: #222222. Windows color (decimal): -12118527 or 71239. OLE color: 71239.

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

Color convert

RGB 71 22 1 -
CMYK 0 0.69 0.99 0.72
HSL 18º 0.97% 0.14% -
HSV(B) 18º 0.99% 0.28% -
XYZ 2.89 1.92 0.25 -
YUV 34.26 109.23 154.21 -
System Red Green Blue C M Y K H S L
Decimal 71 22 1 0 0.69 0.99 0.72 18 0.97 0.14
Hex 47 16 1 0 45 63 48 12 61 E
Octal 107 26 1 0 105 143 110 22 141 16
Binary 1000111 10110 1 0 1000101 1100011 1001000 10010 1100001 1110

Color Harmonies of #471601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471601

Black with #471601

Text Example


Text Example

White with #471601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471601; }

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

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

background-color css

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

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

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

border-color css

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

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

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