Html Css Color HEX #471304 Brown Pod

📋 copy color: '#471304'

red 71 ◦ green 19 ◦ blue 4

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

Shades of Brown Pod #471304

Tints of Brown Pod #471304

RGB

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

 GREEN value IS 19 (7.81% from 255) = 20.21%

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

R = 75.53%
G = 20.21%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.94

 K value IS 0.72

RGB Variations

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

Color information

#471304 (or 0x471304) is known color: Brown Pod. HEX triplet: 47, 13 and 04. RGB value is (71,19,4). Sum of RGB (Red+Green+Blue) = 71+19+4=94 (12% of max value = 765). Red value is 71 (28.12% from 255 or 75.53% from 94); Green value is 19 (7.81% from 255 or 20.21% from 94); Blue value is 4 (1.95% from 255 or 4.26% from 94); Max value from RGB is 71 - color contains mainly: red. Hex color #471304 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471304 is #B8ECFB. Grayscale: #202020. Windows color (decimal): -12119292 or 267079. OLE color: 267079.

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

Color convert

RGB 71 19 4 -
CMYK 0 0.73 0.94 0.72
HSL 13.43º 0.89% 0.15% -
HSV(B) 13.43º 0.94% 0.28% -
XYZ 2.85 1.81 0.31 -
YUV 32.84 111.73 155.22 -
System Red Green Blue C M Y K H S L
Decimal 71 19 4 0 0.73 0.94 0.72 13.43 0.89 0.15
Hex 47 13 4 0 49 5E 48 D 59 F
Octal 107 23 4 0 111 136 110 15 131 17
Binary 1000111 10011 100 0 1001001 1011110 1001000 1101 1011001 1111

Color Harmonies of #471304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471304

Black with #471304

Text Example


Text Example

White with #471304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471304; }

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

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

background-color css

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

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

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

border-color css

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

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

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