#471C10

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

Shades of Brown Pod #471C10

Tints of Brown Pod #471C10

Color information

#471C10 (or 0x471C10) is unknown color: approx Brown Pod. HEX triplet: 47, 1C and 10. RGB value is (71,28,16). Sum of RGB (Red+Green+Blue) = 71+28+16=115 (15% of max value = 765). Red value is 71 (28.12% from 255 or 61.74% from 115); Green value is 28 (11.33% from 255 or 24.35% from 115); Blue value is 16 (6.64% from 255 or 13.91% from 115); Max value from RGB is 71 - color contains mainly: red. Hex color #471C10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471C10 is #B8E3EF. Grayscale: #272727. Windows color (decimal): -12116976 or 1055815. OLE color: 1055815.

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

Color convert

RGB712816-
CMYK00.610.770.72
HSL13.09º63.22%17.06%-
HSV(B)13.09º77.46%27.84%-
XYZ3.112.210.75-
YUV39.49114.75150.48-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 61.74%
GREEN value IS 28 (11.33% from 255) = 24.35%
BLUE value IS 16 (6.64% from 255) = 13.91%
R=61.74%
G=24.35%
B=13.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.77
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71281600.610.770.7213.0963.2217.06
Hex471C1003D4D48d3f11
Octal1073420075115110157721
Binary10001111110010000011110110011011001000110111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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