Html Css Color HEX #C59355 Twine

📋 copy color: '#C59355'

red 197 ◦ green 147 ◦ blue 85

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

Shades of Twine #C59355

Tints of Twine #C59355

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.27%

 BLUE value IS 85 (33.59% from 255) = 19.81%

R = 45.92%
G = 34.27%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C59355 (or 0xC59355) is known color: Twine. HEX triplet: C5, 93 and 55. RGB value is (197,147,85). Sum of RGB (Red+Green+Blue) = 197+147+85=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 147 (57.81% from 255 or 34.27% from 429); Blue value is 85 (33.59% from 255 or 19.81% from 429); Max value from RGB is 197 - color contains mainly: red. Hex color #C59355 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59355 is #3A6CAA. Grayscale: #9B9B9B. Windows color (decimal): -3828907 or 5608389. OLE color: 5608389.

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

Color convert

RGB 197 147 85 -
CMYK 0 0.25 0.57 0.23
HSL 33.21º 0.49% 0.55% -
HSV(B) 33.21º 0.57% 0.77% -
XYZ 35.1 33.39 13.19 -
YUV 154.88 88.57 158.04 -
System Red Green Blue C M Y K H S L
Decimal 197 147 85 0 0.25 0.57 0.23 33.21 0.49 0.55
Hex C5 93 55 0 19 39 17 21 31 37
Octal 305 223 125 0 31 71 27 41 61 67
Binary 11000101 10010011 1010101 0 11001 111001 10111 100001 110001 110111

Color Harmonies of #C59355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59355

Black with #C59355

Text Example


Text Example

White with #C59355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59355; }

 p { color: rgb(197,147,85); }

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

background-color css

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

 a { background-color: rgb(197,147,85); }

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

border-color css

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

 span { border-color: rgb(197,147,85); }

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