Html Css Color HEX #471504 Brown Pod

📋 copy color: '#471504'

red 71 ◦ green 21 ◦ blue 4

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

Shades of Brown Pod #471504

Tints of Brown Pod #471504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 4.17%

R = 73.96%
G = 21.88%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.94

 K value IS 0.72

RGB Variations

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

Color information

#471504 (or 0x471504) is known color: Brown Pod. HEX triplet: 47, 15 and 04. RGB value is (71,21,4). Sum of RGB (Red+Green+Blue) = 71+21+4=96 (12% of max value = 765). Red value is 71 (28.12% from 255 or 73.96% from 96); Green value is 21 (8.59% from 255 or 21.88% from 96); Blue value is 4 (1.95% from 255 or 4.17% from 96); Max value from RGB is 71 - color contains mainly: red. Hex color #471504 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471504 is #B8EAFB. Grayscale: #222222. Windows color (decimal): -12118780 or 267591. OLE color: 267591.

HSL color Cylindrical-coordinate representation of color #471504: hue angle of 15.22º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #471504 is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 21 4 -
CMYK 0 0.70 0.94 0.72
HSL 15.22º 0.89% 0.15% -
HSV(B) 15.22º 0.94% 0.28% -
XYZ 2.89 1.88 0.33 -
YUV 34.01 111.07 154.38 -
System Red Green Blue C M Y K H S L
Decimal 71 21 4 0 0.70 0.94 0.72 15.22 0.89 0.15
Hex 47 15 4 0 46 5E 48 F 59 F
Octal 107 25 4 0 106 136 110 17 131 17
Binary 1000111 10101 100 0 1000110 1011110 1001000 1111 1011001 1111

Color Harmonies of #471504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471504

Black with #471504

Text Example


Text Example

White with #471504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471504; }

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

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

background-color css

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

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

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

border-color css

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

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

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