#C47431

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

Shades of Meteor #C47431

Tints of Meteor #C47431

Color information

#C47431 (or 0xC47431) is unknown color: approx Meteor. HEX triplet: C4, 74 and 31. RGB value is (196,116,49). Sum of RGB (Red+Green+Blue) = 196+116+49=361 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.29% from 361); Green value is 116 (45.70% from 255 or 32.13% from 361); Blue value is 49 (19.53% from 255 or 13.57% from 361); Max value from RGB is 196 - color contains mainly: red. Hex color #C47431 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47431 is #3B8BCE. Grayscale: #848484. Windows color (decimal): -3902415 or 3241156. OLE color: 3241156.

HSL color Cylindrical-coordinate representation of color #C47431: hue angle of 27.35º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C47431 is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.23.

Color convert

RGB19611649-
CMYK00.410.750.23
HSL27.35º60%48.04%-
HSV(B)27.35º75%76.86%-
XYZ29.5624.456.07-
YUV132.2881173.45-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 54.29%
GREEN value IS 116 (45.70% from 255) = 32.13%
BLUE value IS 49 (19.53% from 255) = 13.57%
R=54.29%
G=32.13%
B=13.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.75
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961164900.410.750.2327.356048.04
HexC474310294B171b3c30
Octal3041646105111327337460
Binary110001001110100110001010100110010111011111011111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47431; }

 p { color: rgb(196,116,49); }

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

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

 a { background-color: rgb(196,116,49); }

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

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

 span { border-color: rgb(196,116,49); }

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