Html Css Color HEX #C5884D Twine

📋 copy color: '#C5884D'

red 197 ◦ green 136 ◦ blue 77

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

Shades of Twine #C5884D

Tints of Twine #C5884D

RGB

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

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

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

R = 48.05%
G = 33.17%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C5884D (or 0xC5884D) is known color: Twine. HEX triplet: C5, 88 and 4D. RGB value is (197,136,77). Sum of RGB (Red+Green+Blue) = 197+136+77=410 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.05% from 410); Green value is 136 (53.52% from 255 or 33.17% from 410); Blue value is 77 (30.47% from 255 or 18.78% from 410); Max value from RGB is 197 - color contains mainly: red. Hex color #C5884D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5884D is #3A77B2. Grayscale: #939393. Windows color (decimal): -3831731 or 5081285. OLE color: 5081285.

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

Color convert

RGB 197 136 77 -
CMYK 0 0.31 0.61 0.23
HSL 29.5º 0.51% 0.54% -
HSV(B) 29.5º 0.61% 0.77% -
XYZ 33.17 30.01 11.07 -
YUV 147.51 88.21 163.3 -
System Red Green Blue C M Y K H S L
Decimal 197 136 77 0 0.31 0.61 0.23 29.5 0.51 0.54
Hex C5 88 4D 0 1F 3D 17 1E 33 36
Octal 305 210 115 0 37 75 27 36 63 66
Binary 11000101 10001000 1001101 0 11111 111101 10111 11110 110011 110110

Color Harmonies of #C5884D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5884D

Black with #C5884D

Text Example


Text Example

White with #C5884D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5884D; }

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

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

background-color css

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

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

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

border-color css

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

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

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