Html Css Color HEX #C5924F Tussock

📋 copy color: '#C5924F'

red 197 ◦ green 146 ◦ blue 79

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

Shades of Tussock #C5924F

Tints of Tussock #C5924F

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.6%

 BLUE value IS 79 (31.25% from 255) = 18.72%

R = 46.68%
G = 34.6%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C5924F (or 0xC5924F) is known color: Tussock. HEX triplet: C5, 92 and 4F. RGB value is (197,146,79). Sum of RGB (Red+Green+Blue) = 197+146+79=422 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.68% from 422); Green value is 146 (57.42% from 255 or 34.60% from 422); Blue value is 79 (31.25% from 255 or 18.72% from 422); Max value from RGB is 197 - color contains mainly: red. Hex color #C5924F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5924F is #3A6DB0. Grayscale: #999999. Windows color (decimal): -3829169 or 5214917. OLE color: 5214917.

HSL color Cylindrical-coordinate representation of color #C5924F: hue angle of 34.07º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C5924F is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 146 79 -
CMYK 0 0.26 0.60 0.23
HSL 34.07º 0.5% 0.54% -
HSV(B) 34.07º 0.6% 0.77% -
XYZ 34.72 32.99 11.94 -
YUV 153.61 85.9 158.95 -
System Red Green Blue C M Y K H S L
Decimal 197 146 79 0 0.26 0.60 0.23 34.07 0.5 0.54
Hex C5 92 4F 0 1A 3C 17 22 32 36
Octal 305 222 117 0 32 74 27 42 62 66
Binary 11000101 10010010 1001111 0 11010 111100 10111 100010 110010 110110

Color Harmonies of #C5924F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5924F

Black with #C5924F

Text Example


Text Example

White with #C5924F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5924F; }

 p { color: rgb(197,146,79); }

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

background-color css

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

 a { background-color: rgb(197,146,79); }

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

border-color css

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

 span { border-color: rgb(197,146,79); }

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