Html Css Color HEX #C58952 Twine

📋 copy color: '#C58952'

red 197 ◦ green 137 ◦ blue 82

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

Shades of Twine #C58952

Tints of Twine #C58952

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.93%

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

R = 47.36%
G = 32.93%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C58952 (or 0xC58952) is known color: Twine. HEX triplet: C5, 89 and 52. RGB value is (197,137,82). Sum of RGB (Red+Green+Blue) = 197+137+82=416 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.36% from 416); Green value is 137 (53.91% from 255 or 32.93% from 416); Blue value is 82 (32.42% from 255 or 19.71% from 416); Max value from RGB is 197 - color contains mainly: red. Hex color #C58952 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58952 is #3A76AD. Grayscale: #949494. Windows color (decimal): -3831470 or 5409221. OLE color: 5409221.

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

Color convert

RGB 197 137 82 -
CMYK 0 0.30 0.58 0.23
HSL 28.7º 0.5% 0.55% -
HSV(B) 28.7º 0.58% 0.77% -
XYZ 33.49 30.37 12.08 -
YUV 148.67 90.38 162.47 -
System Red Green Blue C M Y K H S L
Decimal 197 137 82 0 0.30 0.58 0.23 28.7 0.5 0.55
Hex C5 89 52 0 1E 3A 17 1D 32 37
Octal 305 211 122 0 36 72 27 35 62 67
Binary 11000101 10001001 1010010 0 11110 111010 10111 11101 110010 110111

Color Harmonies of #C58952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58952

Black with #C58952

Text Example


Text Example

White with #C58952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58952; }

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

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

background-color css

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

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

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

border-color css

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

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

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