Html Css Color HEX #471C06 Brown Pod

📋 copy color: '#471C06'

red 71 ◦ green 28 ◦ blue 6

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

Shades of Brown Pod #471C06

Tints of Brown Pod #471C06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 5.71%

R = 67.62%
G = 26.67%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.92

 K value IS 0.72

RGB Variations

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

Color information

#471C06 (or 0x471C06) is known color: Brown Pod. HEX triplet: 47, 1C and 06. RGB value is (71,28,6). Sum of RGB (Red+Green+Blue) = 71+28+6=105 (13% of max value = 765). Red value is 71 (28.12% from 255 or 67.62% from 105); Green value is 28 (11.33% from 255 or 26.67% from 105); Blue value is 6 (2.73% from 255 or 5.71% from 105); Max value from RGB is 71 - color contains mainly: red. Hex color #471C06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471C06 is #B8E3F9. Grayscale: #262626. Windows color (decimal): -12116986 or 400455. OLE color: 400455.

HSL color Cylindrical-coordinate representation of color #471C06: hue angle of 20.31º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #471C06 is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 28 6 -
CMYK 0 0.61 0.92 0.72
HSL 20.31º 0.84% 0.15% -
HSV(B) 20.31º 0.92% 0.28% -
XYZ 3.05 2.18 0.43 -
YUV 38.35 109.75 151.29 -
System Red Green Blue C M Y K H S L
Decimal 71 28 6 0 0.61 0.92 0.72 20.31 0.84 0.15
Hex 47 1C 6 0 3D 5C 48 14 54 F
Octal 107 34 6 0 75 134 110 24 124 17
Binary 1000111 11100 110 0 111101 1011100 1001000 10100 1010100 1111

Color Harmonies of #471C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471C06

Black with #471C06

Text Example


Text Example

White with #471C06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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