Html Css Color HEX #C5742D Meteor

📋 copy color: '#C5742D'

red 197 ◦ green 116 ◦ blue 45

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

Shades of Meteor #C5742D

Tints of Meteor #C5742D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.4%

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

R = 55.03%
G = 32.4%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C5742D (or 0xC5742D) is known color: Meteor. HEX triplet: C5, 74 and 2D. RGB value is (197,116,45). Sum of RGB (Red+Green+Blue) = 197+116+45=358 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.03% from 358); Green value is 116 (45.70% from 255 or 32.40% from 358); Blue value is 45 (17.97% from 255 or 12.57% from 358); Max value from RGB is 197 - color contains mainly: red. Hex color #C5742D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5742D is #3A8BD2. Grayscale: #848484. Windows color (decimal): -3836883 or 2979013. OLE color: 2979013.

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

Color convert

RGB 197 116 45 -
CMYK 0 0.41 0.77 0.23
HSL 28.03º 0.63% 0.47% -
HSV(B) 28.03º 0.77% 0.77% -
XYZ 29.75 24.55 5.65 -
YUV 132.13 78.84 174.27 -
System Red Green Blue C M Y K H S L
Decimal 197 116 45 0 0.41 0.77 0.23 28.03 0.63 0.47
Hex C5 74 2D 0 29 4D 17 1C 3F 2F
Octal 305 164 55 0 51 115 27 34 77 57
Binary 11000101 1110100 101101 0 101001 1001101 10111 11100 111111 101111

Color Harmonies of #C5742D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5742D

Black with #C5742D

Text Example


Text Example

White with #C5742D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5742D; }

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

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

background-color css

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

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

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

border-color css

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

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

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