Html Css Color HEX #471305 Brown Pod

📋 copy color: '#471305'

red 71 ◦ green 19 ◦ blue 5

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

Shades of Brown Pod #471305

Tints of Brown Pod #471305

RGB

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

 GREEN value IS 19 (7.81% from 255) = 20%

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

R = 74.74%
G = 20%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.93

 K value IS 0.72

RGB Variations

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

Color information

#471305 (or 0x471305) is known color: Brown Pod. HEX triplet: 47, 13 and 05. RGB value is (71,19,5). Sum of RGB (Red+Green+Blue) = 71+19+5=95 (12% of max value = 765). Red value is 71 (28.12% from 255 or 74.74% from 95); Green value is 19 (7.81% from 255 or 20% from 95); Blue value is 5 (2.34% from 255 or 5.26% from 95); Max value from RGB is 71 - color contains mainly: red. Hex color #471305 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471305 is #B8ECFA. Grayscale: #212121. Windows color (decimal): -12119291 or 332615. OLE color: 332615.

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

Color convert

RGB 71 19 5 -
CMYK 0 0.73 0.93 0.72
HSL 12.73º 0.87% 0.15% -
HSV(B) 12.73º 0.93% 0.28% -
XYZ 2.86 1.82 0.34 -
YUV 32.95 112.23 155.14 -
System Red Green Blue C M Y K H S L
Decimal 71 19 5 0 0.73 0.93 0.72 12.73 0.87 0.15
Hex 47 13 5 0 49 5D 48 D 57 F
Octal 107 23 5 0 111 135 110 15 127 17
Binary 1000111 10011 101 0 1001001 1011101 1001000 1101 1010111 1111

Color Harmonies of #471305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471305

Black with #471305

Text Example


Text Example

White with #471305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471305; }

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

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

background-color css

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

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

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

border-color css

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

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

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