Html Css Color HEX #C18B53 Twine

📋 copy color: '#C18B53'

red 193 ◦ green 139 ◦ blue 83

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

Shades of Twine #C18B53

Tints of Twine #C18B53

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.49%

 BLUE value IS 83 (32.81% from 255) = 20%

R = 46.51%
G = 33.49%
B = 20%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C18B53 (or 0xC18B53) is known color: Twine. HEX triplet: C1, 8B and 53. RGB value is (193,139,83). Sum of RGB (Red+Green+Blue) = 193+139+83=415 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.51% from 415); Green value is 139 (54.69% from 255 or 33.49% from 415); Blue value is 83 (32.81% from 255 or 20% from 415); Max value from RGB is 193 - color contains mainly: red. Hex color #C18B53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18B53 is #3E74AC. Grayscale: #959595. Windows color (decimal): -4093101 or 5475265. OLE color: 5475265.

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

Color convert

RGB 193 139 83 -
CMYK 0 0.28 0.57 0.24
HSL 30.55º 0.47% 0.54% -
HSV(B) 30.55º 0.57% 0.76% -
XYZ 32.79 30.43 12.33 -
YUV 148.76 90.89 159.55 -
System Red Green Blue C M Y K H S L
Decimal 193 139 83 0 0.28 0.57 0.24 30.55 0.47 0.54
Hex C1 8B 53 0 1C 39 18 1F 2F 36
Octal 301 213 123 0 34 71 30 37 57 66
Binary 11000001 10001011 1010011 0 11100 111001 11000 11111 101111 110110

Color Harmonies of #C18B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18B53

Black with #C18B53

Text Example


Text Example

White with #C18B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18B53; }

 p { color: rgb(193,139,83); }

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

background-color css

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

 a { background-color: rgb(193,139,83); }

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

border-color css

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

 span { border-color: rgb(193,139,83); }

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