Html Css Color HEX #C58852 Twine

📋 copy color: '#C58852'

red 197 ◦ green 136 ◦ blue 82

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

Shades of Twine #C58852

Tints of Twine #C58852

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.77%

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

R = 47.47%
G = 32.77%
B = 19.76%

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

#C58852 (or 0xC58852) is known color: Twine. HEX triplet: C5, 88 and 52. RGB value is (197,136,82). Sum of RGB (Red+Green+Blue) = 197+136+82=415 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.47% from 415); Green value is 136 (53.52% from 255 or 32.77% from 415); Blue value is 82 (32.42% from 255 or 19.76% from 415); Max value from RGB is 197 - color contains mainly: red. Hex color #C58852 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58852 is #3A77AD. Grayscale: #949494. Windows color (decimal): -3831726 or 5408965. OLE color: 5408965.

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

Color convert

RGB 197 136 82 -
CMYK 0 0.31 0.58 0.23
HSL 28.17º 0.5% 0.55% -
HSV(B) 28.17º 0.58% 0.77% -
XYZ 33.35 30.09 12.03 -
YUV 148.08 90.71 162.89 -
System Red Green Blue C M Y K H S L
Decimal 197 136 82 0 0.31 0.58 0.23 28.17 0.5 0.55
Hex C5 88 52 0 1F 3A 17 1C 32 37
Octal 305 210 122 0 37 72 27 34 62 67
Binary 11000101 10001000 1010010 0 11111 111010 10111 11100 110010 110111

Color Harmonies of #C58852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58852

Black with #C58852

Text Example


Text Example

White with #C58852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58852; }

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

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

background-color css

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

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

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

border-color css

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

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

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