Html Css Color HEX #C54934 Grenadier

📋 copy color: '#C54934'

red 197 ◦ green 73 ◦ blue 52

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

Shades of Grenadier #C54934

Tints of Grenadier #C54934

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.67%

 BLUE value IS 52 (20.7% from 255) = 16.15%

R = 61.18%
G = 22.67%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C54934 (or 0xC54934) is known color: Grenadier. HEX triplet: C5, 49 and 34. RGB value is (197,73,52). Sum of RGB (Red+Green+Blue) = 197+73+52=322 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.18% from 322); Green value is 73 (28.91% from 255 or 22.67% from 322); Blue value is 52 (20.70% from 255 or 16.15% from 322); Max value from RGB is 197 - color contains mainly: red. Hex color #C54934 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54934 is #3AB6CB. Grayscale: #6B6B6B. Windows color (decimal): -3847884 or 3426757. OLE color: 3426757.

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

Color convert

RGB 197 73 52 -
CMYK 0 0.63 0.74 0.23
HSL 8.69º 0.58% 0.49% -
HSV(B) 8.69º 0.74% 0.77% -
XYZ 26.03 16.88 5.14 -
YUV 107.68 96.58 191.71 -
System Red Green Blue C M Y K H S L
Decimal 197 73 52 0 0.63 0.74 0.23 8.69 0.58 0.49
Hex C5 49 34 0 3F 4A 17 9 3A 31
Octal 305 111 64 0 77 112 27 11 72 61
Binary 11000101 1001001 110100 0 111111 1001010 10111 1001 111010 110001

Color Harmonies of #C54934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54934

Black with #C54934

Text Example


Text Example

White with #C54934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54934; }

 p { color: rgb(197,73,52); }

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

background-color css

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

 a { background-color: rgb(197,73,52); }

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

border-color css

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

 span { border-color: rgb(197,73,52); }

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