Html Css Color HEX #C58650 Twine

📋 copy color: '#C58650'

red 197 ◦ green 134 ◦ blue 80

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

Shades of Twine #C58650

Tints of Twine #C58650

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.6%

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

R = 47.93%
G = 32.6%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C58650 (or 0xC58650) is known color: Twine. HEX triplet: C5, 86 and 50. RGB value is (197,134,80). Sum of RGB (Red+Green+Blue) = 197+134+80=411 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.93% from 411); Green value is 134 (52.73% from 255 or 32.60% from 411); Blue value is 80 (31.64% from 255 or 19.46% from 411); Max value from RGB is 197 - color contains mainly: red. Hex color #C58650 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58650 is #3A79AF. Grayscale: #929292. Windows color (decimal): -3832240 or 5277381. OLE color: 5277381.

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

Color convert

RGB 197 134 80 -
CMYK 0 0.32 0.59 0.23
HSL 27.69º 0.5% 0.54% -
HSV(B) 27.69º 0.59% 0.77% -
XYZ 33 29.5 11.54 -
YUV 146.68 90.37 163.89 -
System Red Green Blue C M Y K H S L
Decimal 197 134 80 0 0.32 0.59 0.23 27.69 0.5 0.54
Hex C5 86 50 0 20 3B 17 1C 32 36
Octal 305 206 120 0 40 73 27 34 62 66
Binary 11000101 10000110 1010000 0 100000 111011 10111 11100 110010 110110

Color Harmonies of #C58650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58650

Black with #C58650

Text Example


Text Example

White with #C58650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58650; }

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

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

background-color css

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

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

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

border-color css

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

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

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