Html Css Color HEX #471600 Brown Pod

📋 copy color: '#471600'

red 71 ◦ green 22 ◦ blue 0

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

Shades of Brown Pod #471600

Tints of Brown Pod #471600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 76.34%
G = 23.66%
B = 0%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#471600 (or 0x471600) is known color: Brown Pod. HEX triplet: 47, 16 and 00. RGB value is (71,22,0). Sum of RGB (Red+Green+Blue) = 71+22+0=93 (12% of max value = 765). Red value is 71 (28.12% from 255 or 76.34% from 93); Green value is 22 (8.98% from 255 or 23.66% from 93); Blue value is 0 (0.39% from 255 or 0% from 93); Max value from RGB is 71 - color contains mainly: red. Hex color #471600 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471600 is #B8E9FF. Grayscale: #222222. Windows color (decimal): -12118528 or 5703. OLE color: 5703.

HSL color Cylindrical-coordinate representation of color #471600: hue angle of 18.59º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #471600 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 22 0 -
CMYK 0 0.69 1 0.72
HSL 18.59º 1% 0.14% -
HSV(B) 18.59º 1% 0.28% -
XYZ 2.89 1.91 0.22 -
YUV 34.14 108.73 154.29 -
System Red Green Blue C M Y K H S L
Decimal 71 22 0 0 0.69 1 0.72 18.59 1 0.14
Hex 47 16 0 0 45 64 48 13 64 E
Octal 107 26 0 0 105 144 110 23 144 16
Binary 1000111 10110 0 0 1000101 1100100 1001000 10011 1100100 1110

Color Harmonies of #471600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471600

Black with #471600

Text Example


Text Example

White with #471600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471600; }

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

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

background-color css

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

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

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

border-color css

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

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

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