Html Css Color HEX #C5772E Meteor

📋 copy color: '#C5772E'

red 197 ◦ green 119 ◦ blue 46

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

Shades of Meteor #C5772E

Tints of Meteor #C5772E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.71%

R = 54.42%
G = 32.87%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C5772E (or 0xC5772E) is known color: Meteor. HEX triplet: C5, 77 and 2E. RGB value is (197,119,46). Sum of RGB (Red+Green+Blue) = 197+119+46=362 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.42% from 362); Green value is 119 (46.88% from 255 or 32.87% from 362); Blue value is 46 (18.36% from 255 or 12.71% from 362); Max value from RGB is 197 - color contains mainly: red. Hex color #C5772E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5772E is #3A88D1. Grayscale: #868686. Windows color (decimal): -3836114 or 3045317. OLE color: 3045317.

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

Color convert

RGB 197 119 46 -
CMYK 0 0.40 0.77 0.23
HSL 29.01º 0.62% 0.48% -
HSV(B) 29.01º 0.77% 0.77% -
XYZ 30.12 25.26 5.87 -
YUV 134 78.34 172.94 -
System Red Green Blue C M Y K H S L
Decimal 197 119 46 0 0.40 0.77 0.23 29.01 0.62 0.48
Hex C5 77 2E 0 28 4D 17 1D 3E 30
Octal 305 167 56 0 50 115 27 35 76 60
Binary 11000101 1110111 101110 0 101000 1001101 10111 11101 111110 110000

Color Harmonies of #C5772E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5772E

Black with #C5772E

Text Example


Text Example

White with #C5772E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5772E; }

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

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

background-color css

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

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

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

border-color css

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

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

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