Html Css Color HEX #C58D4E Twine

📋 copy color: '#C58D4E'

red 197 ◦ green 141 ◦ blue 78

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

Shades of Twine #C58D4E

Tints of Twine #C58D4E

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.89%

 BLUE value IS 78 (30.86% from 255) = 18.75%

R = 47.36%
G = 33.89%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C58D4E (or 0xC58D4E) is known color: Twine. HEX triplet: C5, 8D and 4E. RGB value is (197,141,78). Sum of RGB (Red+Green+Blue) = 197+141+78=416 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.36% from 416); Green value is 141 (55.47% from 255 or 33.89% from 416); Blue value is 78 (30.86% from 255 or 18.75% from 416); Max value from RGB is 197 - color contains mainly: red. Hex color #C58D4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58D4E is #3A72B1. Grayscale: #969696. Windows color (decimal): -3830450 or 5148101. OLE color: 5148101.

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

Color convert

RGB 197 141 78 -
CMYK 0 0.28 0.60 0.23
HSL 31.76º 0.51% 0.54% -
HSV(B) 31.76º 0.6% 0.77% -
XYZ 33.93 31.47 11.49 -
YUV 150.56 87.05 161.12 -
System Red Green Blue C M Y K H S L
Decimal 197 141 78 0 0.28 0.60 0.23 31.76 0.51 0.54
Hex C5 8D 4E 0 1C 3C 17 20 33 36
Octal 305 215 116 0 34 74 27 40 63 66
Binary 11000101 10001101 1001110 0 11100 111100 10111 100000 110011 110110

Color Harmonies of #C58D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58D4E

Black with #C58D4E

Text Example


Text Example

White with #C58D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58D4E; }

 p { color: rgb(197,141,78); }

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

background-color css

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

 a { background-color: rgb(197,141,78); }

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

border-color css

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

 span { border-color: rgb(197,141,78); }

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