Html Css Color HEX #C57531 Meteor

📋 copy color: '#C57531'

red 197 ◦ green 117 ◦ blue 49

#C57531
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Meteor #C57531

Tints of Meteor #C57531

RGB

 RED value IS 197 (77.34% from 255) = 54.27%

 GREEN value IS 117 (46.09% from 255) = 32.23%

 BLUE value IS 49 (19.53% from 255) = 13.5%

R = 54.27%
G = 32.23%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C57531 (or 0xC57531) is known color: Meteor. HEX triplet: C5, 75 and 31. RGB value is (197,117,49). Sum of RGB (Red+Green+Blue) = 197+117+49=363 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.27% from 363); Green value is 117 (46.09% from 255 or 32.23% from 363); Blue value is 49 (19.53% from 255 or 13.50% from 363); Max value from RGB is 197 - color contains mainly: red. Hex color #C57531 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57531 is #3A8ACE. Grayscale: #858585. Windows color (decimal): -3836623 or 3241413. OLE color: 3241413.

HSL color Cylindrical-coordinate representation of color #C57531: hue angle of 27.57º 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 #C57531 is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 117 49 -
CMYK 0 0.41 0.75 0.23
HSL 27.57º 0.6% 0.48% -
HSV(B) 27.57º 0.75% 0.77% -
XYZ 29.94 24.81 6.12 -
YUV 133.17 80.5 173.53 -
System Red Green Blue C M Y K H S L
Decimal 197 117 49 0 0.41 0.75 0.23 27.57 0.6 0.48
Hex C5 75 31 0 29 4B 17 1C 3C 30
Octal 305 165 61 0 51 113 27 34 74 60
Binary 11000101 1110101 110001 0 101001 1001011 10111 11100 111100 110000

Color Harmonies of #C57531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57531

Black with #C57531

Text Example


Text Example

White with #C57531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57531; }

 p { color: rgb(197,117,49); }

 H1.HeaderClassName
 {
   color: #C57531;
 }
 .AnyTagClassName
 {
   color: #C57531;
 }
</style>

background-color css

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

 a { background-color: rgb(197,117,49); }

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

border-color css

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

 span { border-color: rgb(197,117,49); }

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