Html Css Color HEX #C58652 Twine

📋 copy color: '#C58652'

red 197 ◦ green 134 ◦ blue 82

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

Shades of Twine #C58652

Tints of Twine #C58652

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.45%

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

R = 47.7%
G = 32.45%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C58652 (or 0xC58652) is known color: Twine. HEX triplet: C5, 86 and 52. RGB value is (197,134,82). Sum of RGB (Red+Green+Blue) = 197+134+82=413 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.70% from 413); Green value is 134 (52.73% from 255 or 32.45% from 413); Blue value is 82 (32.42% from 255 or 19.85% from 413); Max value from RGB is 197 - color contains mainly: red. Hex color #C58652 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58652 is #3A79AD. Grayscale: #939393. Windows color (decimal): -3832238 or 5408453. OLE color: 5408453.

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

Color convert

RGB 197 134 82 -
CMYK 0 0.32 0.58 0.23
HSL 27.13º 0.5% 0.55% -
HSV(B) 27.13º 0.58% 0.77% -
XYZ 33.07 29.53 11.94 -
YUV 146.91 91.37 163.73 -
System Red Green Blue C M Y K H S L
Decimal 197 134 82 0 0.32 0.58 0.23 27.13 0.5 0.55
Hex C5 86 52 0 20 3A 17 1B 32 37
Octal 305 206 122 0 40 72 27 33 62 67
Binary 11000101 10000110 1010010 0 100000 111010 10111 11011 110010 110111

Color Harmonies of #C58652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58652

Black with #C58652

Text Example


Text Example

White with #C58652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58652; }

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

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

background-color css

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

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

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

border-color css

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

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

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