Html Css Color HEX #C5722D Meteor

📋 copy color: '#C5722D'

red 197 ◦ green 114 ◦ blue 45

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

Shades of Meteor #C5722D

Tints of Meteor #C5722D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.02%

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

R = 55.34%
G = 32.02%
B = 12.64%

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

#C5722D (or 0xC5722D) is known color: Meteor. HEX triplet: C5, 72 and 2D. RGB value is (197,114,45). Sum of RGB (Red+Green+Blue) = 197+114+45=356 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.34% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 45 (17.97% from 255 or 12.64% from 356); Max value from RGB is 197 - color contains mainly: red. Hex color #C5722D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5722D is #3A8DD2. Grayscale: #838383. Windows color (decimal): -3837395 or 2978501. OLE color: 2978501.

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

Color convert

RGB 197 114 45 -
CMYK 0 0.42 0.77 0.23
HSL 27.24º 0.63% 0.47% -
HSV(B) 27.24º 0.77% 0.77% -
XYZ 29.52 24.09 5.58 -
YUV 130.95 79.5 175.11 -
System Red Green Blue C M Y K H S L
Decimal 197 114 45 0 0.42 0.77 0.23 27.24 0.63 0.47
Hex C5 72 2D 0 2A 4D 17 1B 3F 2F
Octal 305 162 55 0 52 115 27 33 77 57
Binary 11000101 1110010 101101 0 101010 1001101 10111 11011 111111 101111

Color Harmonies of #C5722D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5722D

Black with #C5722D

Text Example


Text Example

White with #C5722D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5722D; }

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

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

background-color css

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

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

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

border-color css

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

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

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