Html Css Color HEX #C58752 Twine

📋 copy color: '#C58752'

red 197 ◦ green 135 ◦ blue 82

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

Shades of Twine #C58752

Tints of Twine #C58752

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.61%

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

R = 47.58%
G = 32.61%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C58752 (or 0xC58752) is known color: Twine. HEX triplet: C5, 87 and 52. RGB value is (197,135,82). Sum of RGB (Red+Green+Blue) = 197+135+82=414 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.58% from 414); Green value is 135 (53.12% from 255 or 32.61% from 414); Blue value is 82 (32.42% from 255 or 19.81% from 414); Max value from RGB is 197 - color contains mainly: red. Hex color #C58752 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58752 is #3A78AD. Grayscale: #939393. Windows color (decimal): -3831982 or 5408709. OLE color: 5408709.

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

Color convert

RGB 197 135 82 -
CMYK 0 0.31 0.58 0.23
HSL 27.65º 0.5% 0.55% -
HSV(B) 27.65º 0.58% 0.77% -
XYZ 33.21 29.81 11.99 -
YUV 147.5 91.04 163.31 -
System Red Green Blue C M Y K H S L
Decimal 197 135 82 0 0.31 0.58 0.23 27.65 0.5 0.55
Hex C5 87 52 0 1F 3A 17 1C 32 37
Octal 305 207 122 0 37 72 27 34 62 67
Binary 11000101 10000111 1010010 0 11111 111010 10111 11100 110010 110111

Color Harmonies of #C58752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58752

Black with #C58752

Text Example


Text Example

White with #C58752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58752; }

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

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

background-color css

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

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

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

border-color css

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

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

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