Html Css Color HEX #C5884F Twine

📋 copy color: '#C5884F'

red 197 ◦ green 136 ◦ blue 79

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

Shades of Twine #C5884F

Tints of Twine #C5884F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.01%

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

R = 47.82%
G = 33.01%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C5884F (or 0xC5884F) is known color: Twine. HEX triplet: C5, 88 and 4F. RGB value is (197,136,79). Sum of RGB (Red+Green+Blue) = 197+136+79=412 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.82% from 412); Green value is 136 (53.52% from 255 or 33.01% from 412); Blue value is 79 (31.25% from 255 or 19.17% from 412); Max value from RGB is 197 - color contains mainly: red. Hex color #C5884F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5884F is #3A77B0. Grayscale: #949494. Windows color (decimal): -3831729 or 5212357. OLE color: 5212357.

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

Color convert

RGB 197 136 79 -
CMYK 0 0.31 0.60 0.23
HSL 28.98º 0.5% 0.54% -
HSV(B) 28.98º 0.6% 0.77% -
XYZ 33.24 30.04 11.44 -
YUV 147.74 89.21 163.13 -
System Red Green Blue C M Y K H S L
Decimal 197 136 79 0 0.31 0.60 0.23 28.98 0.5 0.54
Hex C5 88 4F 0 1F 3C 17 1D 32 36
Octal 305 210 117 0 37 74 27 35 62 66
Binary 11000101 10001000 1001111 0 11111 111100 10111 11101 110010 110110

Color Harmonies of #C5884F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5884F

Black with #C5884F

Text Example


Text Example

White with #C5884F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5884F; }

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

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

background-color css

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

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

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

border-color css

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

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

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