Html Css Color HEX #471D05 Brown Pod

📋 copy color: '#471D05'

red 71 ◦ green 29 ◦ blue 5

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

Shades of Brown Pod #471D05

Tints of Brown Pod #471D05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4.76%

R = 67.62%
G = 27.62%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.93

 K value IS 0.72

RGB Variations

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

Color information

#471D05 (or 0x471D05) is known color: Brown Pod. HEX triplet: 47, 1D and 05. RGB value is (71,29,5). Sum of RGB (Red+Green+Blue) = 71+29+5=105 (13% of max value = 765). Red value is 71 (28.12% from 255 or 67.62% from 105); Green value is 29 (11.72% from 255 or 27.62% from 105); Blue value is 5 (2.34% from 255 or 4.76% from 105); Max value from RGB is 71 - color contains mainly: red. Hex color #471D05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471D05 is #B8E2FA. Grayscale: #262626. Windows color (decimal): -12116731 or 335175. OLE color: 335175.

HSL color Cylindrical-coordinate representation of color #471D05: hue angle of 21.82º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #471D05 is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 29 5 -
CMYK 0 0.59 0.93 0.72
HSL 21.82º 0.87% 0.15% -
HSV(B) 21.82º 0.93% 0.28% -
XYZ 3.07 2.23 0.41 -
YUV 38.82 108.91 150.95 -
System Red Green Blue C M Y K H S L
Decimal 71 29 5 0 0.59 0.93 0.72 21.82 0.87 0.15
Hex 47 1D 5 0 3B 5D 48 16 57 F
Octal 107 35 5 0 73 135 110 26 127 17
Binary 1000111 11101 101 0 111011 1011101 1001000 10110 1010111 1111

Color Harmonies of #471D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471D05

Black with #471D05

Text Example


Text Example

White with #471D05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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