Html Css Color HEX #471605 Brown Pod

📋 copy color: '#471605'

red 71 ◦ green 22 ◦ blue 5

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

Shades of Brown Pod #471605

Tints of Brown Pod #471605

RGB

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

 GREEN value IS 22 (8.98% from 255) = 22.45%

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

R = 72.45%
G = 22.45%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.93

 K value IS 0.72

RGB Variations

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

Color information

#471605 (or 0x471605) is known color: Brown Pod. HEX triplet: 47, 16 and 05. RGB value is (71,22,5). Sum of RGB (Red+Green+Blue) = 71+22+5=98 (12% of max value = 765). Red value is 71 (28.12% from 255 or 72.45% from 98); Green value is 22 (8.98% from 255 or 22.45% from 98); Blue value is 5 (2.34% from 255 or 5.10% from 98); Max value from RGB is 71 - color contains mainly: red. Hex color #471605 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471605 is #B8E9FA. Grayscale: #222222. Windows color (decimal): -12118523 or 333383. OLE color: 333383.

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

Color convert

RGB 71 22 5 -
CMYK 0 0.69 0.93 0.72
HSL 15.45º 0.87% 0.15% -
HSV(B) 15.45º 0.93% 0.28% -
XYZ 2.91 1.92 0.36 -
YUV 34.71 111.23 153.88 -
System Red Green Blue C M Y K H S L
Decimal 71 22 5 0 0.69 0.93 0.72 15.45 0.87 0.15
Hex 47 16 5 0 45 5D 48 F 57 F
Octal 107 26 5 0 105 135 110 17 127 17
Binary 1000111 10110 101 0 1000101 1011101 1001000 1111 1010111 1111

Color Harmonies of #471605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471605

Black with #471605

Text Example


Text Example

White with #471605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471605; }

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

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

background-color css

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

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

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

border-color css

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

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

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