Html Css Color HEX #C59452 Twine

📋 copy color: '#C59452'

red 197 ◦ green 148 ◦ blue 82

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

Shades of Twine #C59452

Tints of Twine #C59452

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.66%

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

R = 46.14%
G = 34.66%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C59452 (or 0xC59452) is known color: Twine. HEX triplet: C5, 94 and 52. RGB value is (197,148,82). Sum of RGB (Red+Green+Blue) = 197+148+82=427 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.14% from 427); Green value is 148 (58.20% from 255 or 34.66% from 427); Blue value is 82 (32.42% from 255 or 19.20% from 427); Max value from RGB is 197 - color contains mainly: red. Hex color #C59452 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59452 is #3A6BAD. Grayscale: #9B9B9B. Windows color (decimal): -3828654 or 5412037. OLE color: 5412037.

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

Color convert

RGB 197 148 82 -
CMYK 0 0.25 0.58 0.23
HSL 34.43º 0.5% 0.55% -
HSV(B) 34.43º 0.58% 0.77% -
XYZ 35.14 33.66 12.63 -
YUV 155.13 86.73 157.87 -
System Red Green Blue C M Y K H S L
Decimal 197 148 82 0 0.25 0.58 0.23 34.43 0.5 0.55
Hex C5 94 52 0 19 3A 17 22 32 37
Octal 305 224 122 0 31 72 27 42 62 67
Binary 11000101 10010100 1010010 0 11001 111010 10111 100010 110010 110111

Color Harmonies of #C59452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59452

Black with #C59452

Text Example


Text Example

White with #C59452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59452; }

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

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

background-color css

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

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

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

border-color css

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

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

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