Html Css Color HEX #C59B52 Twine

📋 copy color: '#C59B52'

red 197 ◦ green 155 ◦ blue 82

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

Shades of Twine #C59B52

Tints of Twine #C59B52

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.71%

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

R = 45.39%
G = 35.71%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C59B52 (or 0xC59B52) is known color: Twine. HEX triplet: C5, 9B and 52. RGB value is (197,155,82). Sum of RGB (Red+Green+Blue) = 197+155+82=434 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.39% from 434); Green value is 155 (60.94% from 255 or 35.71% from 434); Blue value is 82 (32.42% from 255 or 18.89% from 434); Max value from RGB is 197 - color contains mainly: red. Hex color #C59B52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59B52 is #3A64AD. Grayscale: #9F9F9F. Windows color (decimal): -3826862 or 5413829. OLE color: 5413829.

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

Color convert

RGB 197 155 82 -
CMYK 0 0.21 0.58 0.23
HSL 38.09º 0.5% 0.55% -
HSV(B) 38.09º 0.58% 0.77% -
XYZ 36.27 35.92 13 -
YUV 159.24 84.41 154.94 -
System Red Green Blue C M Y K H S L
Decimal 197 155 82 0 0.21 0.58 0.23 38.09 0.5 0.55
Hex C5 9B 52 0 15 3A 17 26 32 37
Octal 305 233 122 0 25 72 27 46 62 67
Binary 11000101 10011011 1010010 0 10101 111010 10111 100110 110010 110111

Color Harmonies of #C59B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59B52

Black with #C59B52

Text Example


Text Example

White with #C59B52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59B52; }

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

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

background-color css

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

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

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

border-color css

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

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

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