Html Css Color HEX #C58353 Twine

📋 copy color: '#C58353'

red 197 ◦ green 131 ◦ blue 83

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

Shades of Twine #C58353

Tints of Twine #C58353

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.87%

 BLUE value IS 83 (32.81% from 255) = 20.19%

R = 47.93%
G = 31.87%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C58353 (or 0xC58353) is known color: Twine. HEX triplet: C5, 83 and 53. RGB value is (197,131,83). Sum of RGB (Red+Green+Blue) = 197+131+83=411 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.93% from 411); Green value is 131 (51.56% from 255 or 31.87% from 411); Blue value is 83 (32.81% from 255 or 20.19% from 411); Max value from RGB is 197 - color contains mainly: red. Hex color #C58353 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58353 is #3A7CAC. Grayscale: #919191. Windows color (decimal): -3833005 or 5473221. OLE color: 5473221.

HSL color Cylindrical-coordinate representation of color #C58353: hue angle of 25.26º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C58353 is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 131 83 -
CMYK 0 0.34 0.58 0.23
HSL 25.26º 0.5% 0.55% -
HSV(B) 25.26º 0.58% 0.77% -
XYZ 32.7 28.73 12 -
YUV 145.26 92.87 164.9 -
System Red Green Blue C M Y K H S L
Decimal 197 131 83 0 0.34 0.58 0.23 25.26 0.5 0.55
Hex C5 83 53 0 22 3A 17 19 32 37
Octal 305 203 123 0 42 72 27 31 62 67
Binary 11000101 10000011 1010011 0 100010 111010 10111 11001 110010 110111

Color Harmonies of #C58353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58353

Black with #C58353

Text Example


Text Example

White with #C58353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58353; }

 p { color: rgb(197,131,83); }

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

background-color css

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

 a { background-color: rgb(197,131,83); }

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

border-color css

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

 span { border-color: rgb(197,131,83); }

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