Html Css Color HEX #472106 Brown Pod

📋 copy color: '#472106'

red 71 ◦ green 33 ◦ blue 6

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

Shades of Brown Pod #472106

Tints of Brown Pod #472106

RGB

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

 GREEN value IS 33 (13.28% from 255) = 30%

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

R = 64.55%
G = 30%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.92

 K value IS 0.72

RGB Variations

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

Color information

#472106 (or 0x472106) is known color: Brown Pod. HEX triplet: 47, 21 and 06. RGB value is (71,33,6). Sum of RGB (Red+Green+Blue) = 71+33+6=110 (14% of max value = 765). Red value is 71 (28.12% from 255 or 64.55% from 110); Green value is 33 (13.28% from 255 or 30% from 110); Blue value is 6 (2.73% from 255 or 5.45% from 110); Max value from RGB is 71 - color contains mainly: red. Hex color #472106 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472106 is #B8DEF9. Grayscale: #292929. Windows color (decimal): -12115706 or 401735. OLE color: 401735.

HSL color Cylindrical-coordinate representation of color #472106: hue angle of 24.92º 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 #472106 is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 33 6 -
CMYK 0 0.54 0.92 0.72
HSL 24.92º 0.84% 0.15% -
HSV(B) 24.92º 0.92% 0.28% -
XYZ 3.18 2.44 0.48 -
YUV 41.28 108.09 149.2 -
System Red Green Blue C M Y K H S L
Decimal 71 33 6 0 0.54 0.92 0.72 24.92 0.84 0.15
Hex 47 21 6 0 36 5C 48 19 54 F
Octal 107 41 6 0 66 134 110 31 124 17
Binary 1000111 100001 110 0 110110 1011100 1001000 11001 1010100 1111

Color Harmonies of #472106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472106

Black with #472106

Text Example


Text Example

White with #472106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472106; }

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

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

background-color css

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

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

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

border-color css

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

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

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