Html Css Color HEX #C58B5D Twine

📋 copy color: '#C58B5D'

red 197 ◦ green 139 ◦ blue 93

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

Shades of Twine #C58B5D

Tints of Twine #C58B5D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.4%

 BLUE value IS 93 (36.72% from 255) = 21.68%

R = 45.92%
G = 32.4%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C58B5D (or 0xC58B5D) is known color: Twine. HEX triplet: C5, 8B and 5D. RGB value is (197,139,93). Sum of RGB (Red+Green+Blue) = 197+139+93=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 139 (54.69% from 255 or 32.40% from 429); Blue value is 93 (36.72% from 255 or 21.68% from 429); Max value from RGB is 197 - color contains mainly: red. Hex color #C58B5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58B5D is #3A74A2. Grayscale: #979797. Windows color (decimal): -3830947 or 6130629. OLE color: 6130629.

HSL color Cylindrical-coordinate representation of color #C58B5D: hue angle of 26.54º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C58B5D is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 139 93 -
CMYK 0 0.29 0.53 0.23
HSL 26.54º 0.47% 0.57% -
HSV(B) 26.54º 0.53% 0.77% -
XYZ 34.23 31.13 14.56 -
YUV 151.1 95.22 160.74 -
System Red Green Blue C M Y K H S L
Decimal 197 139 93 0 0.29 0.53 0.23 26.54 0.47 0.57
Hex C5 8B 5D 0 1D 35 17 1B 2F 39
Octal 305 213 135 0 35 65 27 33 57 71
Binary 11000101 10001011 1011101 0 11101 110101 10111 11011 101111 111001

Color Harmonies of #C58B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58B5D

Black with #C58B5D

Text Example


Text Example

White with #C58B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58B5D; }

 p { color: rgb(197,139,93); }

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

background-color css

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

 a { background-color: rgb(197,139,93); }

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

border-color css

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

 span { border-color: rgb(197,139,93); }

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