Html Css Color HEX #C59052 Twine

📋 copy color: '#C59052'

red 197 ◦ green 144 ◦ blue 82

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

Shades of Twine #C59052

Tints of Twine #C59052

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.04%

 BLUE value IS 82 (32.42% from 255) = 19.39%

R = 46.57%
G = 34.04%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C59052 (or 0xC59052) is known color: Twine. HEX triplet: C5, 90 and 52. RGB value is (197,144,82). Sum of RGB (Red+Green+Blue) = 197+144+82=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 144 (56.64% from 255 or 34.04% from 423); Blue value is 82 (32.42% from 255 or 19.39% from 423); Max value from RGB is 197 - color contains mainly: red. Hex color #C59052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59052 is #3A6FAD. Grayscale: #999999. Windows color (decimal): -3829678 or 5411013. OLE color: 5411013.

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

Color convert

RGB 197 144 82 -
CMYK 0 0.27 0.58 0.23
HSL 32.35º 0.5% 0.55% -
HSV(B) 32.35º 0.58% 0.77% -
XYZ 34.52 32.43 12.42 -
YUV 152.78 88.06 159.54 -
System Red Green Blue C M Y K H S L
Decimal 197 144 82 0 0.27 0.58 0.23 32.35 0.5 0.55
Hex C5 90 52 0 1B 3A 17 20 32 37
Octal 305 220 122 0 33 72 27 40 62 67
Binary 11000101 10010000 1010010 0 11011 111010 10111 100000 110010 110111

Color Harmonies of #C59052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59052

Black with #C59052

Text Example


Text Example

White with #C59052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59052; }

 p { color: rgb(197,144,82); }

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

background-color css

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

 a { background-color: rgb(197,144,82); }

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

border-color css

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

 span { border-color: rgb(197,144,82); }

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