Html Css Color HEX #C5732D Meteor

📋 copy color: '#C5732D'

red 197 ◦ green 115 ◦ blue 45

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

Shades of Meteor #C5732D

Tints of Meteor #C5732D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.21%

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

R = 55.18%
G = 32.21%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C5732D (or 0xC5732D) is known color: Meteor. HEX triplet: C5, 73 and 2D. RGB value is (197,115,45). Sum of RGB (Red+Green+Blue) = 197+115+45=357 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.18% from 357); Green value is 115 (45.31% from 255 or 32.21% from 357); Blue value is 45 (17.97% from 255 or 12.61% from 357); Max value from RGB is 197 - color contains mainly: red. Hex color #C5732D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5732D is #3A8CD2. Grayscale: #838383. Windows color (decimal): -3837139 or 2978757. OLE color: 2978757.

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

Color convert

RGB 197 115 45 -
CMYK 0 0.42 0.77 0.23
HSL 27.63º 0.63% 0.47% -
HSV(B) 27.63º 0.77% 0.77% -
XYZ 29.63 24.32 5.62 -
YUV 131.54 79.17 174.69 -
System Red Green Blue C M Y K H S L
Decimal 197 115 45 0 0.42 0.77 0.23 27.63 0.63 0.47
Hex C5 73 2D 0 2A 4D 17 1C 3F 2F
Octal 305 163 55 0 52 115 27 34 77 57
Binary 11000101 1110011 101101 0 101010 1001101 10111 11100 111111 101111

Color Harmonies of #C5732D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5732D

Black with #C5732D

Text Example


Text Example

White with #C5732D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5732D; }

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

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

background-color css

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

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

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

border-color css

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

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

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