#47180A

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

Shades of Brown Pod #47180A

Tints of Brown Pod #47180A

Color information

#47180A (or 0x47180A) is unknown color: approx Brown Pod. HEX triplet: 47, 18 and 0A. RGB value is (71,24,10). Sum of RGB (Red+Green+Blue) = 71+24+10=105 (13% of max value = 765). Red value is 71 (28.12% from 255 or 67.62% from 105); Green value is 24 (9.77% from 255 or 22.86% from 105); Blue value is 10 (4.30% from 255 or 9.52% from 105); Max value from RGB is 71 - color contains mainly: red. Hex color #47180A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47180A is #B8E7F5. Grayscale: #242424. Windows color (decimal): -12118006 or 661575. OLE color: 661575.

HSL color Cylindrical-coordinate representation of color #47180A: hue angle of 13.77º 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 #47180A is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.72.

Color convert

RGB712410-
CMYK00.660.860.72
HSL13.77º75.31%15.88%-
HSV(B)13.77º85.92%27.84%-
XYZ2.982.010.52-
YUV36.46113.07152.64-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 67.62%
GREEN value IS 24 (9.77% from 255) = 22.86%
BLUE value IS 10 (4.30% from 255) = 9.52%
R=67.62%
G=22.86%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.86
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71241000.660.860.7213.7775.3115.88
Hex4718A0425648e4b10
Octal107301201021261101611320
Binary100011111000101001000010101011010010001110100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47180A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47180A; }

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

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

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

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

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

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

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

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