Html Css Color HEX #C5772C Meteor

📋 copy color: '#C5772C'

red 197 ◦ green 119 ◦ blue 44

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

Shades of Meteor #C5772C

Tints of Meteor #C5772C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.22%

R = 54.72%
G = 33.06%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C5772C (or 0xC5772C) is known color: Meteor. HEX triplet: C5, 77 and 2C. RGB value is (197,119,44). Sum of RGB (Red+Green+Blue) = 197+119+44=360 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.72% from 360); Green value is 119 (46.88% from 255 or 33.06% from 360); Blue value is 44 (17.58% from 255 or 12.22% from 360); Max value from RGB is 197 - color contains mainly: red. Hex color #C5772C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5772C is #3A88D3. Grayscale: #868686. Windows color (decimal): -3836116 or 2914245. OLE color: 2914245.

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

Color convert

RGB 197 119 44 -
CMYK 0 0.40 0.78 0.23
HSL 29.41º 0.63% 0.47% -
HSV(B) 29.41º 0.78% 0.77% -
XYZ 30.08 25.25 5.67 -
YUV 133.77 77.34 173.1 -
System Red Green Blue C M Y K H S L
Decimal 197 119 44 0 0.40 0.78 0.23 29.41 0.63 0.47
Hex C5 77 2C 0 28 4E 17 1D 3F 2F
Octal 305 167 54 0 50 116 27 35 77 57
Binary 11000101 1110111 101100 0 101000 1001110 10111 11101 111111 101111

Color Harmonies of #C5772C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5772C

Black with #C5772C

Text Example


Text Example

White with #C5772C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5772C; }

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

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

background-color css

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

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

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

border-color css

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

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

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