#C57430

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

Shades of Meteor #C57430

Tints of Meteor #C57430

Color information

#C57430 (or 0xC57430) is unknown color: approx Meteor. HEX triplet: C5, 74 and 30. RGB value is (197,116,48). Sum of RGB (Red+Green+Blue) = 197+116+48=361 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.57% from 361); Green value is 116 (45.70% from 255 or 32.13% from 361); Blue value is 48 (19.14% from 255 or 13.30% from 361); Max value from RGB is 197 - color contains mainly: red. Hex color #C57430 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57430 is #3A8BCF. Grayscale: #848484. Windows color (decimal): -3836880 or 3175621. OLE color: 3175621.

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

Color convert

RGB19711648-
CMYK00.410.760.23
HSL27.38º60.82%48.04%-
HSV(B)27.38º75.63%77.25%-
XYZ29.824.575.97-
YUV132.4780.34174.03-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 54.57%
GREEN value IS 116 (45.70% from 255) = 32.13%
BLUE value IS 48 (19.14% from 255) = 13.30%
R=54.57%
G=32.13%
B=13.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.76
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971164800.410.760.2327.3860.8248.04
HexC574300294C171b3d30
Octal3051646005111427337560
Binary110001011110100110000010100110011001011111011111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57430; }

 p { color: rgb(197,116,48); }

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

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

 a { background-color: rgb(197,116,48); }

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

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

 span { border-color: rgb(197,116,48); }

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