Html Css Color HEX #C5864F Twine

📋 copy color: '#C5864F'

red 197 ◦ green 134 ◦ blue 79

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

Shades of Twine #C5864F

Tints of Twine #C5864F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 19.27%

R = 48.05%
G = 32.68%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C5864F (or 0xC5864F) is known color: Twine. HEX triplet: C5, 86 and 4F. RGB value is (197,134,79). Sum of RGB (Red+Green+Blue) = 197+134+79=410 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.05% from 410); Green value is 134 (52.73% from 255 or 32.68% from 410); Blue value is 79 (31.25% from 255 or 19.27% from 410); Max value from RGB is 197 - color contains mainly: red. Hex color #C5864F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5864F is #3A79B0. Grayscale: #929292. Windows color (decimal): -3832241 or 5211845. OLE color: 5211845.

HSL color Cylindrical-coordinate representation of color #C5864F: hue angle of 27.97º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C5864F is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 134 79 -
CMYK 0 0.32 0.60 0.23
HSL 27.97º 0.5% 0.54% -
HSV(B) 27.97º 0.6% 0.77% -
XYZ 32.96 29.49 11.35 -
YUV 146.57 89.87 163.97 -
System Red Green Blue C M Y K H S L
Decimal 197 134 79 0 0.32 0.60 0.23 27.97 0.5 0.54
Hex C5 86 4F 0 20 3C 17 1C 32 36
Octal 305 206 117 0 40 74 27 34 62 66
Binary 11000101 10000110 1001111 0 100000 111100 10111 11100 110010 110110

Color Harmonies of #C5864F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5864F

Black with #C5864F

Text Example


Text Example

White with #C5864F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5864F; }

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

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

background-color css

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

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

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

border-color css

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

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

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