Html Css Color HEX #C5894D Twine

📋 copy color: '#C5894D'

red 197 ◦ green 137 ◦ blue 77

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

Shades of Twine #C5894D

Tints of Twine #C5894D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.73%

R = 47.93%
G = 33.33%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C5894D (or 0xC5894D) is known color: Twine. HEX triplet: C5, 89 and 4D. RGB value is (197,137,77). Sum of RGB (Red+Green+Blue) = 197+137+77=411 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.93% from 411); Green value is 137 (53.91% from 255 or 33.33% from 411); Blue value is 77 (30.47% from 255 or 18.73% from 411); Max value from RGB is 197 - color contains mainly: red. Hex color #C5894D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5894D is #3A76B2. Grayscale: #949494. Windows color (decimal): -3831475 or 5081541. OLE color: 5081541.

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

Color convert

RGB 197 137 77 -
CMYK 0 0.30 0.61 0.23
HSL 30º 0.51% 0.54% -
HSV(B) 30º 0.61% 0.77% -
XYZ 33.31 30.3 11.11 -
YUV 148.1 87.88 162.88 -
System Red Green Blue C M Y K H S L
Decimal 197 137 77 0 0.30 0.61 0.23 30 0.51 0.54
Hex C5 89 4D 0 1E 3D 17 1E 33 36
Octal 305 211 115 0 36 75 27 36 63 66
Binary 11000101 10001001 1001101 0 11110 111101 10111 11110 110011 110110

Color Harmonies of #C5894D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5894D

Black with #C5894D

Text Example


Text Example

White with #C5894D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5894D; }

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

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

background-color css

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

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

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

border-color css

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

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

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