Html Css Color HEX #C58A50 Twine

📋 copy color: '#C58A50'

red 197 ◦ green 138 ◦ blue 80

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

Shades of Twine #C58A50

Tints of Twine #C58A50

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.25%

 BLUE value IS 80 (31.64% from 255) = 19.28%

R = 47.47%
G = 33.25%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C58A50 (or 0xC58A50) is known color: Twine. HEX triplet: C5, 8A and 50. RGB value is (197,138,80). Sum of RGB (Red+Green+Blue) = 197+138+80=415 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.47% from 415); Green value is 138 (54.30% from 255 or 33.25% from 415); Blue value is 80 (31.64% from 255 or 19.28% from 415); Max value from RGB is 197 - color contains mainly: red. Hex color #C58A50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58A50 is #3A75AF. Grayscale: #959595. Windows color (decimal): -3831216 or 5278405. OLE color: 5278405.

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

Color convert

RGB 197 138 80 -
CMYK 0 0.30 0.59 0.23
HSL 29.74º 0.5% 0.54% -
HSV(B) 29.74º 0.59% 0.77% -
XYZ 33.56 30.63 11.73 -
YUV 149.03 89.05 162.22 -
System Red Green Blue C M Y K H S L
Decimal 197 138 80 0 0.30 0.59 0.23 29.74 0.5 0.54
Hex C5 8A 50 0 1E 3B 17 1E 32 36
Octal 305 212 120 0 36 73 27 36 62 66
Binary 11000101 10001010 1010000 0 11110 111011 10111 11110 110010 110110

Color Harmonies of #C58A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58A50

Black with #C58A50

Text Example


Text Example

White with #C58A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58A50; }

 p { color: rgb(197,138,80); }

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

background-color css

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

 a { background-color: rgb(197,138,80); }

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

border-color css

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

 span { border-color: rgb(197,138,80); }

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