#47430F

Color #47430F Madras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Madras #47430F

Tints of Madras #47430F

Color information

#47430F (or 0x47430F) is unknown color: approx Madras. HEX triplet: 47, 43 and 0F. RGB value is (71,67,15). Sum of RGB (Red+Green+Blue) = 71+67+15=153 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.41% from 153); Green value is 67 (26.56% from 255 or 43.79% from 153); Blue value is 15 (6.25% from 255 or 9.80% from 153); Max value from RGB is 71 - color contains mainly: red. Hex color #47430F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47430F is #B8BCF0. Grayscale: #3E3E3E. Windows color (decimal): -12106993 or 1000263. OLE color: 1000263.

HSL color Cylindrical-coordinate representation of color #47430F: hue angle of 55.71º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #47430F is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.72.

Color convert

RGB716715-
CMYK00.060.790.72
HSL55.71º65.12%16.86%-
HSV(B)55.71º78.87%27.84%-
XYZ4.695.391.24-
YUV62.27101.33134.23-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 46.41%
GREEN value IS 67 (26.56% from 255) = 43.79%
BLUE value IS 15 (6.25% from 255) = 9.80%
R=46.41%
G=43.79%
B=9.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.79
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71671500.060.790.7255.7165.1216.86
Hex4743F064F48384111
Octal10710317061171107010121
Binary100011110000111111011010011111001000111000100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47430F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47430F; }

 p { color: rgb(71,67,15); }

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

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

 a { background-color: rgb(71,67,15); }

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

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

 span { border-color: rgb(71,67,15); }

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