Html Css Color HEX #471E05 Brown Pod

📋 copy color: '#471E05'

red 71 ◦ green 30 ◦ blue 5

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

Shades of Brown Pod #471E05

Tints of Brown Pod #471E05

RGB

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

 GREEN value IS 30 (12.11% from 255) = 28.3%

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

R = 66.98%
G = 28.3%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.93

 K value IS 0.72

RGB Variations

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

Color information

#471E05 (or 0x471E05) is known color: Brown Pod. HEX triplet: 47, 1E and 05. RGB value is (71,30,5). Sum of RGB (Red+Green+Blue) = 71+30+5=106 (14% of max value = 765). Red value is 71 (28.12% from 255 or 66.98% from 106); Green value is 30 (12.11% from 255 or 28.30% from 106); Blue value is 5 (2.34% from 255 or 4.72% from 106); Max value from RGB is 71 - color contains mainly: red. Hex color #471E05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471E05 is #B8E1FA. Grayscale: #272727. Windows color (decimal): -12116475 or 335431. OLE color: 335431.

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

Color convert

RGB 71 30 5 -
CMYK 0 0.58 0.93 0.72
HSL 22.73º 0.87% 0.15% -
HSV(B) 22.73º 0.93% 0.28% -
XYZ 3.09 2.28 0.42 -
YUV 39.41 108.58 150.53 -
System Red Green Blue C M Y K H S L
Decimal 71 30 5 0 0.58 0.93 0.72 22.73 0.87 0.15
Hex 47 1E 5 0 3A 5D 48 17 57 F
Octal 107 36 5 0 72 135 110 27 127 17
Binary 1000111 11110 101 0 111010 1011101 1001000 10111 1010111 1111

Color Harmonies of #471E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471E05

Black with #471E05

Text Example


Text Example

White with #471E05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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