Html Css Color HEX #C59450 Twine

📋 copy color: '#C59450'

red 197 ◦ green 148 ◦ blue 80

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

Shades of Twine #C59450

Tints of Twine #C59450

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.82%

 BLUE value IS 80 (31.64% from 255) = 18.82%

R = 46.35%
G = 34.82%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C59450 (or 0xC59450) is known color: Twine. HEX triplet: C5, 94 and 50. RGB value is (197,148,80). Sum of RGB (Red+Green+Blue) = 197+148+80=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 148 (58.20% from 255 or 34.82% from 425); Blue value is 80 (31.64% from 255 or 18.82% from 425); Max value from RGB is 197 - color contains mainly: red. Hex color #C59450 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59450 is #3A6BAF. Grayscale: #9B9B9B. Windows color (decimal): -3828656 or 5280965. OLE color: 5280965.

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

Color convert

RGB 197 148 80 -
CMYK 0 0.25 0.59 0.23
HSL 34.87º 0.5% 0.54% -
HSV(B) 34.87º 0.59% 0.77% -
XYZ 35.06 33.63 12.23 -
YUV 154.9 85.73 158.03 -
System Red Green Blue C M Y K H S L
Decimal 197 148 80 0 0.25 0.59 0.23 34.87 0.5 0.54
Hex C5 94 50 0 19 3B 17 23 32 36
Octal 305 224 120 0 31 73 27 43 62 66
Binary 11000101 10010100 1010000 0 11001 111011 10111 100011 110010 110110

Color Harmonies of #C59450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59450

Black with #C59450

Text Example


Text Example

White with #C59450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59450; }

 p { color: rgb(197,148,80); }

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

background-color css

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

 a { background-color: rgb(197,148,80); }

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

border-color css

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

 span { border-color: rgb(197,148,80); }

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