#c17530

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

Shades of Meteor #C17530

Tints of Meteor #C17530

Color information

#C17530 (or 0xC17530) is unknown color: approx Meteor. HEX triplet: C1, 75 and 30. RGB value is (193,117,48). Sum of RGB (Red+Green+Blue) = 193+117+48=358 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.91% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 48 (19.14% from 255 or 13.41% from 358); Max value from RGB is 193 - color contains mainly: red. Hex color #C17530 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17530 is #3E8ACF. Grayscale: #848484. Windows color (decimal): -4098768 or 3175873. OLE color: 3175873.

HSL color Cylindrical-coordinate representation of color #C17530: hue angle of 28.55º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C17530 is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB19311748-
CMYK00.390.750.24
HSL28.55º60.17%47.25%-
HSV(B)28.55º75.13%75.69%-
XYZ28.8924.275.96-
YUV131.8680.68171.61-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 53.91%
GREEN value IS 117 (46.09% from 255) = 32.68%
BLUE value IS 48 (19.14% from 255) = 13.41%
R=53.91%
G=32.68%
B=13.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.75
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931174800.390.750.2428.5560.1747.25
HexC175300274B181d3c2f
Octal3011656004711330357457
Binary110000011110101110000010011110010111100011101111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c17530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c17530; }

 p { color: rgb(193,117,48); }

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

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

 a { background-color: rgb(193,117,48); }

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

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

 span { border-color: rgb(193,117,48); }

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