Html Css Color HEX #C57731 Meteor

📋 copy color: '#C57731'

red 197 ◦ green 119 ◦ blue 49

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

Shades of Meteor #C57731

Tints of Meteor #C57731

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.6%

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

R = 53.97%
G = 32.6%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C57731 (or 0xC57731) is known color: Meteor. HEX triplet: C5, 77 and 31. RGB value is (197,119,49). Sum of RGB (Red+Green+Blue) = 197+119+49=365 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.97% from 365); Green value is 119 (46.88% from 255 or 32.60% from 365); Blue value is 49 (19.53% from 255 or 13.42% from 365); Max value from RGB is 197 - color contains mainly: red. Hex color #C57731 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57731 is #3A88CE. Grayscale: #868686. Windows color (decimal): -3836111 or 3241925. OLE color: 3241925.

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

Color convert

RGB 197 119 49 -
CMYK 0 0.40 0.75 0.23
HSL 28.38º 0.6% 0.48% -
HSV(B) 28.38º 0.75% 0.77% -
XYZ 30.18 25.29 6.2 -
YUV 134.34 79.84 172.69 -
System Red Green Blue C M Y K H S L
Decimal 197 119 49 0 0.40 0.75 0.23 28.38 0.6 0.48
Hex C5 77 31 0 28 4B 17 1C 3C 30
Octal 305 167 61 0 50 113 27 34 74 60
Binary 11000101 1110111 110001 0 101000 1001011 10111 11100 111100 110000

Color Harmonies of #C57731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57731

Black with #C57731

Text Example


Text Example

White with #C57731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57731; }

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

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

background-color css

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

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

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

border-color css

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

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

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