Html Css Color HEX #471C07 Brown Pod

📋 copy color: '#471C07'

red 71 ◦ green 28 ◦ blue 7

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

Shades of Brown Pod #471C07

Tints of Brown Pod #471C07

RGB

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

 GREEN value IS 28 (11.33% from 255) = 26.42%

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

R = 66.98%
G = 26.42%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.90

 K value IS 0.72

RGB Variations

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

Color information

#471C07 (or 0x471C07) is known color: Brown Pod. HEX triplet: 47, 1C and 07. RGB value is (71,28,7). Sum of RGB (Red+Green+Blue) = 71+28+7=106 (14% of max value = 765). Red value is 71 (28.12% from 255 or 66.98% from 106); Green value is 28 (11.33% from 255 or 26.42% from 106); Blue value is 7 (3.12% from 255 or 6.60% from 106); Max value from RGB is 71 - color contains mainly: red. Hex color #471C07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471C07 is #B8E3F8. Grayscale: #262626. Windows color (decimal): -12116985 or 465991. OLE color: 465991.

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

Color convert

RGB 71 28 7 -
CMYK 0 0.61 0.90 0.72
HSL 19.69º 0.82% 0.15% -
HSV(B) 19.69º 0.9% 0.28% -
XYZ 3.05 2.19 0.46 -
YUV 38.46 110.25 151.21 -
System Red Green Blue C M Y K H S L
Decimal 71 28 7 0 0.61 0.90 0.72 19.69 0.82 0.15
Hex 47 1C 7 0 3D 5A 48 14 52 F
Octal 107 34 7 0 75 132 110 24 122 17
Binary 1000111 11100 111 0 111101 1011010 1001000 10100 1010010 1111

Color Harmonies of #471C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471C07

Black with #471C07

Text Example


Text Example

White with #471C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471C07; }

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

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

background-color css

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

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

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

border-color css

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

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

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