#471C0A

Color #471C0A Brown Pod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Pod #471C0A

Tints of Brown Pod #471C0A

Color information

#471C0A (or 0x471C0A) is unknown color: approx Brown Pod. HEX triplet: 47, 1C and 0A. RGB value is (71,28,10). Sum of RGB (Red+Green+Blue) = 71+28+10=109 (14% of max value = 765). Red value is 71 (28.12% from 255 or 65.14% from 109); Green value is 28 (11.33% from 255 or 25.69% from 109); Blue value is 10 (4.30% from 255 or 9.17% from 109); Max value from RGB is 71 - color contains mainly: red. Hex color #471C0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471C0A is #B8E3F5. Grayscale: #262626. Windows color (decimal): -12116982 or 662599. OLE color: 662599.

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

Color convert

RGB712810-
CMYK00.610.860.72
HSL17.7º75.31%15.88%-
HSV(B)17.7º85.92%27.84%-
XYZ3.072.190.55-
YUV38.8111.75150.96-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 65.14%
GREEN value IS 28 (11.33% from 255) = 25.69%
BLUE value IS 10 (4.30% from 255) = 9.17%
R=65.14%
G=25.69%
B=9.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.86
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71281000.610.860.7217.775.3115.88
Hex471CA03D5648124b10
Octal10734120751261102211320
Binary100011111100101001111011010110100100010010100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #471C0A;
 }
 .AnyTagClassName
 {
   color: #471C0A;
 }
</style>
background-color css

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

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

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

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

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

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