Html Css Color HEX #C18D52 Twine

📋 copy color: '#C18D52'

red 193 ◦ green 141 ◦ blue 82

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

Shades of Twine #C18D52

Tints of Twine #C18D52

RGB

 RED value IS 193 (75.78% from 255) = 46.39%

 GREEN value IS 141 (55.47% from 255) = 33.89%

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

R = 46.39%
G = 33.89%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C18D52 (or 0xC18D52) is known color: Twine. HEX triplet: C1, 8D and 52. RGB value is (193,141,82). Sum of RGB (Red+Green+Blue) = 193+141+82=416 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.39% from 416); Green value is 141 (55.47% from 255 or 33.89% from 416); Blue value is 82 (32.42% from 255 or 19.71% from 416); Max value from RGB is 193 - color contains mainly: red. Hex color #C18D52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18D52 is #3E72AD. Grayscale: #969696. Windows color (decimal): -4092590 or 5410241. OLE color: 5410241.

HSL color Cylindrical-coordinate representation of color #C18D52: hue angle of 31.89º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C18D52 is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 141 82 -
CMYK 0 0.27 0.58 0.24
HSL 31.89º 0.47% 0.54% -
HSV(B) 31.89º 0.58% 0.76% -
XYZ 33.04 31 12.22 -
YUV 149.82 89.73 158.8 -
System Red Green Blue C M Y K H S L
Decimal 193 141 82 0 0.27 0.58 0.24 31.89 0.47 0.54
Hex C1 8D 52 0 1B 3A 18 20 2F 36
Octal 301 215 122 0 33 72 30 40 57 66
Binary 11000001 10001101 1010010 0 11011 111010 11000 100000 101111 110110

Color Harmonies of #C18D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18D52

Black with #C18D52

Text Example


Text Example

White with #C18D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18D52; }

 p { color: rgb(193,141,82); }

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

background-color css

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

 a { background-color: rgb(193,141,82); }

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

border-color css

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

 span { border-color: rgb(193,141,82); }

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