Html Css Color HEX #C5772D Meteor

📋 copy color: '#C5772D'

red 197 ◦ green 119 ◦ blue 45

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

Shades of Meteor #C5772D

Tints of Meteor #C5772D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.47%

R = 54.57%
G = 32.96%
B = 12.47%

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

#C5772D (or 0xC5772D) is known color: Meteor. HEX triplet: C5, 77 and 2D. RGB value is (197,119,45). Sum of RGB (Red+Green+Blue) = 197+119+45=361 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.57% from 361); Green value is 119 (46.88% from 255 or 32.96% from 361); Blue value is 45 (17.97% from 255 or 12.47% from 361); Max value from RGB is 197 - color contains mainly: red. Hex color #C5772D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5772D is #3A88D2. Grayscale: #868686. Windows color (decimal): -3836115 or 2979781. OLE color: 2979781.

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

Color convert

RGB 197 119 45 -
CMYK 0 0.40 0.77 0.23
HSL 29.21º 0.63% 0.47% -
HSV(B) 29.21º 0.77% 0.77% -
XYZ 30.1 25.25 5.77 -
YUV 133.89 77.84 173.02 -
System Red Green Blue C M Y K H S L
Decimal 197 119 45 0 0.40 0.77 0.23 29.21 0.63 0.47
Hex C5 77 2D 0 28 4D 17 1D 3F 2F
Octal 305 167 55 0 50 115 27 35 77 57
Binary 11000101 1110111 101101 0 101000 1001101 10111 11101 111111 101111

Color Harmonies of #C5772D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5772D

Black with #C5772D

Text Example


Text Example

White with #C5772D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5772D; }

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

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

background-color css

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

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

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

border-color css

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

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

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