Html Css Color HEX #471307 Brown Pod

📋 copy color: '#471307'

red 71 ◦ green 19 ◦ blue 7

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

Shades of Brown Pod #471307

Tints of Brown Pod #471307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 7.22%

R = 73.2%
G = 19.59%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.90

 K value IS 0.72

RGB Variations

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

Color information

#471307 (or 0x471307) is known color: Brown Pod. HEX triplet: 47, 13 and 07. RGB value is (71,19,7). Sum of RGB (Red+Green+Blue) = 71+19+7=97 (12% of max value = 765). Red value is 71 (28.12% from 255 or 73.20% from 97); Green value is 19 (7.81% from 255 or 19.59% from 97); Blue value is 7 (3.12% from 255 or 7.22% from 97); Max value from RGB is 71 - color contains mainly: red. Hex color #471307 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471307 is #B8ECF8. Grayscale: #212121. Windows color (decimal): -12119289 or 463687. OLE color: 463687.

HSL color Cylindrical-coordinate representation of color #471307: hue angle of 11.25º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #471307 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 19 7 -
CMYK 0 0.73 0.90 0.72
HSL 11.25º 0.82% 0.15% -
HSV(B) 11.25º 0.9% 0.28% -
XYZ 2.87 1.82 0.4 -
YUV 33.18 113.23 154.98 -
System Red Green Blue C M Y K H S L
Decimal 71 19 7 0 0.73 0.90 0.72 11.25 0.82 0.15
Hex 47 13 7 0 49 5A 48 B 52 F
Octal 107 23 7 0 111 132 110 13 122 17
Binary 1000111 10011 111 0 1001001 1011010 1001000 1011 1010010 1111

Color Harmonies of #471307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471307

Black with #471307

Text Example


Text Example

White with #471307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471307; }

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

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

background-color css

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

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

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

border-color css

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

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

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