Html Css Color HEX #C5895B Twine

📋 copy color: '#C5895B'

red 197 ◦ green 137 ◦ blue 91

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

Shades of Twine #C5895B

Tints of Twine #C5895B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.24%

 BLUE value IS 91 (35.94% from 255) = 21.41%

R = 46.35%
G = 32.24%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C5895B (or 0xC5895B) is known color: Twine. HEX triplet: C5, 89 and 5B. RGB value is (197,137,91). Sum of RGB (Red+Green+Blue) = 197+137+91=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 137 (53.91% from 255 or 32.24% from 425); Blue value is 91 (35.94% from 255 or 21.41% from 425); Max value from RGB is 197 - color contains mainly: red. Hex color #C5895B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5895B is #3A76A4. Grayscale: #959595. Windows color (decimal): -3831461 or 5999045. OLE color: 5999045.

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

Color convert

RGB 197 137 91 -
CMYK 0 0.30 0.54 0.23
HSL 26.04º 0.48% 0.56% -
HSV(B) 26.04º 0.54% 0.77% -
XYZ 33.86 30.52 14 -
YUV 149.7 94.88 161.74 -
System Red Green Blue C M Y K H S L
Decimal 197 137 91 0 0.30 0.54 0.23 26.04 0.48 0.56
Hex C5 89 5B 0 1E 36 17 1A 30 38
Octal 305 211 133 0 36 66 27 32 60 70
Binary 11000101 10001001 1011011 0 11110 110110 10111 11010 110000 111000

Color Harmonies of #C5895B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5895B

Black with #C5895B

Text Example


Text Example

White with #C5895B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5895B; }

 p { color: rgb(197,137,91); }

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

background-color css

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

 a { background-color: rgb(197,137,91); }

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

border-color css

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

 span { border-color: rgb(197,137,91); }

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