Html Css Color HEX #471D04 Brown Pod

📋 copy color: '#471D04'

red 71 ◦ green 29 ◦ blue 4

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

Shades of Brown Pod #471D04

Tints of Brown Pod #471D04

RGB

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

 GREEN value IS 29 (11.72% from 255) = 27.88%

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

R = 68.27%
G = 27.88%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.94

 K value IS 0.72

RGB Variations

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

Color information

#471D04 (or 0x471D04) is known color: Brown Pod. HEX triplet: 47, 1D and 04. RGB value is (71,29,4). Sum of RGB (Red+Green+Blue) = 71+29+4=104 (13% of max value = 765). Red value is 71 (28.12% from 255 or 68.27% from 104); Green value is 29 (11.72% from 255 or 27.88% from 104); Blue value is 4 (1.95% from 255 or 3.85% from 104); Max value from RGB is 71 - color contains mainly: red. Hex color #471D04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471D04 is #B8E2FB. Grayscale: #262626. Windows color (decimal): -12116732 or 269639. OLE color: 269639.

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

Color convert

RGB 71 29 4 -
CMYK 0 0.59 0.94 0.72
HSL 22.39º 0.89% 0.15% -
HSV(B) 22.39º 0.94% 0.28% -
XYZ 3.06 2.23 0.38 -
YUV 38.71 108.41 151.03 -
System Red Green Blue C M Y K H S L
Decimal 71 29 4 0 0.59 0.94 0.72 22.39 0.89 0.15
Hex 47 1D 4 0 3B 5E 48 16 59 F
Octal 107 35 4 0 73 136 110 26 131 17
Binary 1000111 11101 100 0 111011 1011110 1001000 10110 1011001 1111

Color Harmonies of #471D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471D04

Black with #471D04

Text Example


Text Example

White with #471D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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