Html Css Color HEX #471204 Brown Pod

📋 copy color: '#471204'

red 71 ◦ green 18 ◦ blue 4

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

Shades of Brown Pod #471204

Tints of Brown Pod #471204

RGB

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

 GREEN value IS 18 (7.42% from 255) = 19.35%

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

R = 76.34%
G = 19.35%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.94

 K value IS 0.72

RGB Variations

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

Color information

#471204 (or 0x471204) is known color: Brown Pod. HEX triplet: 47, 12 and 04. RGB value is (71,18,4). Sum of RGB (Red+Green+Blue) = 71+18+4=93 (12% of max value = 765). Red value is 71 (28.12% from 255 or 76.34% from 93); Green value is 18 (7.42% from 255 or 19.35% from 93); Blue value is 4 (1.95% from 255 or 4.30% from 93); Max value from RGB is 71 - color contains mainly: red. Hex color #471204 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471204 is #B8EDFB. Grayscale: #202020. Windows color (decimal): -12119548 or 266823. OLE color: 266823.

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

Color convert

RGB 71 18 4 -
CMYK 0 0.75 0.94 0.72
HSL 12.54º 0.89% 0.15% -
HSV(B) 12.54º 0.94% 0.28% -
XYZ 2.84 1.78 0.31 -
YUV 32.25 112.06 155.64 -
System Red Green Blue C M Y K H S L
Decimal 71 18 4 0 0.75 0.94 0.72 12.54 0.89 0.15
Hex 47 12 4 0 4B 5E 48 D 59 F
Octal 107 22 4 0 113 136 110 15 131 17
Binary 1000111 10010 100 0 1001011 1011110 1001000 1101 1011001 1111

Color Harmonies of #471204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471204

Black with #471204

Text Example


Text Example

White with #471204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471204; }

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

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

background-color css

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

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

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

border-color css

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

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

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