Html Css Color HEX #C59350 Twine

📋 copy color: '#C59350'

red 197 ◦ green 147 ◦ blue 80

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

Shades of Twine #C59350

Tints of Twine #C59350

RGB

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

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

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

R = 46.46%
G = 34.67%
B = 18.87%

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

#C59350 (or 0xC59350) is known color: Twine. HEX triplet: C5, 93 and 50. RGB value is (197,147,80). Sum of RGB (Red+Green+Blue) = 197+147+80=424 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.46% from 424); Green value is 147 (57.81% from 255 or 34.67% from 424); Blue value is 80 (31.64% from 255 or 18.87% from 424); Max value from RGB is 197 - color contains mainly: red. Hex color #C59350 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59350 is #3A6CAF. Grayscale: #9A9A9A. Windows color (decimal): -3828912 or 5280709. OLE color: 5280709.

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

Color convert

RGB 197 147 80 -
CMYK 0 0.25 0.59 0.23
HSL 34.36º 0.5% 0.54% -
HSV(B) 34.36º 0.59% 0.77% -
XYZ 34.91 33.32 12.18 -
YUV 154.31 86.07 158.45 -
System Red Green Blue C M Y K H S L
Decimal 197 147 80 0 0.25 0.59 0.23 34.36 0.5 0.54
Hex C5 93 50 0 19 3B 17 22 32 36
Octal 305 223 120 0 31 73 27 42 62 66
Binary 11000101 10010011 1010000 0 11001 111011 10111 100010 110010 110110

Color Harmonies of #C59350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59350

Black with #C59350

Text Example


Text Example

White with #C59350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59350; }

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

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

background-color css

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

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

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

border-color css

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

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

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