Html Css Color HEX #C58550 Twine

📋 copy color: '#C58550'

red 197 ◦ green 133 ◦ blue 80

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

Shades of Twine #C58550

Tints of Twine #C58550

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.44%

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

R = 48.05%
G = 32.44%
B = 19.51%

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

#C58550 (or 0xC58550) is known color: Twine. HEX triplet: C5, 85 and 50. RGB value is (197,133,80). Sum of RGB (Red+Green+Blue) = 197+133+80=410 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.05% from 410); Green value is 133 (52.34% from 255 or 32.44% from 410); Blue value is 80 (31.64% from 255 or 19.51% from 410); Max value from RGB is 197 - color contains mainly: red. Hex color #C58550 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58550 is #3A7AAF. Grayscale: #929292. Windows color (decimal): -3832496 or 5277125. OLE color: 5277125.

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

Color convert

RGB 197 133 80 -
CMYK 0 0.32 0.59 0.23
HSL 27.18º 0.5% 0.54% -
HSV(B) 27.18º 0.59% 0.77% -
XYZ 32.86 29.22 11.5 -
YUV 146.09 90.7 164.31 -
System Red Green Blue C M Y K H S L
Decimal 197 133 80 0 0.32 0.59 0.23 27.18 0.5 0.54
Hex C5 85 50 0 20 3B 17 1B 32 36
Octal 305 205 120 0 40 73 27 33 62 66
Binary 11000101 10000101 1010000 0 100000 111011 10111 11011 110010 110110

Color Harmonies of #C58550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58550

Black with #C58550

Text Example


Text Example

White with #C58550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58550; }

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

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

background-color css

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

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

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

border-color css

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

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

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