Html Css Color HEX #471405 Brown Pod

📋 copy color: '#471405'

red 71 ◦ green 20 ◦ blue 5

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

Shades of Brown Pod #471405

Tints of Brown Pod #471405

RGB

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

 GREEN value IS 20 (8.2% from 255) = 20.83%

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

R = 73.96%
G = 20.83%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.93

 K value IS 0.72

RGB Variations

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

Color information

#471405 (or 0x471405) is known color: Brown Pod. HEX triplet: 47, 14 and 05. RGB value is (71,20,5). Sum of RGB (Red+Green+Blue) = 71+20+5=96 (12% of max value = 765). Red value is 71 (28.12% from 255 or 73.96% from 96); Green value is 20 (8.20% from 255 or 20.83% from 96); Blue value is 5 (2.34% from 255 or 5.21% from 96); Max value from RGB is 71 - color contains mainly: red. Hex color #471405 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471405 is #B8EBFA. Grayscale: #212121. Windows color (decimal): -12119035 or 332871. OLE color: 332871.

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

Color convert

RGB 71 20 5 -
CMYK 0 0.72 0.93 0.72
HSL 13.64º 0.87% 0.15% -
HSV(B) 13.64º 0.93% 0.28% -
XYZ 2.88 1.85 0.35 -
YUV 33.54 111.9 154.72 -
System Red Green Blue C M Y K H S L
Decimal 71 20 5 0 0.72 0.93 0.72 13.64 0.87 0.15
Hex 47 14 5 0 48 5D 48 E 57 F
Octal 107 24 5 0 110 135 110 16 127 17
Binary 1000111 10100 101 0 1001000 1011101 1001000 1110 1010111 1111

Color Harmonies of #471405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471405

Black with #471405

Text Example


Text Example

White with #471405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471405; }

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

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

background-color css

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

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

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

border-color css

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

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

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