Html Css Color HEX #471404 Brown Pod

📋 copy color: '#471404'

red 71 ◦ green 20 ◦ blue 4

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

Shades of Brown Pod #471404

Tints of Brown Pod #471404

RGB

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

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

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

R = 74.74%
G = 21.05%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.94

 K value IS 0.72

RGB Variations

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

Color information

#471404 (or 0x471404) is known color: Brown Pod. HEX triplet: 47, 14 and 04. RGB value is (71,20,4). Sum of RGB (Red+Green+Blue) = 71+20+4=95 (12% of max value = 765). Red value is 71 (28.12% from 255 or 74.74% from 95); Green value is 20 (8.20% from 255 or 21.05% from 95); Blue value is 4 (1.95% from 255 or 4.21% from 95); Max value from RGB is 71 - color contains mainly: red. Hex color #471404 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471404 is #B8EBFB. Grayscale: #212121. Windows color (decimal): -12119036 or 267335. OLE color: 267335.

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

Color convert

RGB 71 20 4 -
CMYK 0 0.72 0.94 0.72
HSL 14.33º 0.89% 0.15% -
HSV(B) 14.33º 0.94% 0.28% -
XYZ 2.87 1.85 0.32 -
YUV 33.43 111.4 154.8 -
System Red Green Blue C M Y K H S L
Decimal 71 20 4 0 0.72 0.94 0.72 14.33 0.89 0.15
Hex 47 14 4 0 48 5E 48 E 59 F
Octal 107 24 4 0 110 136 110 16 131 17
Binary 1000111 10100 100 0 1001000 1011110 1001000 1110 1011001 1111

Color Harmonies of #471404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471404

Black with #471404

Text Example


Text Example

White with #471404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471404; }

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

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

background-color css

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

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

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

border-color css

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

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

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